Skip to content

Commit

Permalink
Merge branch 'microg:master' into patch-split-install-service
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Mar 22, 2024
2 parents 1a8b108 + 327e2de commit 7937ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vending-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {
debug {
postprocessing {
removeUnusedCode true
removeUnusedResources true
removeUnusedResources false
obfuscate false
optimizeCode true
optimizeCode false
}
}
release {
Expand Down Expand Up @@ -142,4 +142,4 @@ android.applicationVariants.all { variant ->
variant.outputs.each { output ->
output.outputFileName = variant.applicationId + "-" + variant.versionCode + variant.versionName.substring(vendingAppVersionName.length()) + ".apk"
}
}
}

0 comments on commit 7937ade

Please sign in to comment.