Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 27, 2023
1 parent c3aa614 commit 0c6be16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
multiDexEnabled true
project.tasks.preBuild.dependsOn("webProd")
// project.tasks.preBuild.dependsOn("webProd")
}
debug {
resValue "string", "app_name", "${app_name} Debug"
Expand All @@ -52,7 +52,7 @@ android {
minifyEnabled false
multiDexEnabled false
applicationIdSuffix '.debug'
project.tasks.preBuild.dependsOn("webDev")
// project.tasks.preBuild.dependsOn("webDev")
}
}
externalNativeBuild {
Expand Down

0 comments on commit 0c6be16

Please sign in to comment.