Skip to content

Commit

Permalink
Removed build postprocessing that was causing build and runtime issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbluesky committed Feb 2, 2024
1 parent bf7ceb7 commit d39650b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,12 @@ android {

buildTypes {
release {
postprocessing {
removeUnusedCode false
removeUnusedResources true // <--
obfuscate false
optimizeCode true
}
minifyEnabled true
// shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
// postprocessing {
// removeUnusedCode false
// removeUnusedResources true // <--
// obfuscate false
// optimizeCode true
// }
}
}

Expand Down

0 comments on commit d39650b

Please sign in to comment.