Skip to content

Commit

Permalink
#41 re-enable apk dex compression (useLegacyPackaging)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulzera committed Aug 11, 2023
1 parent 6334bd8 commit 3fc3571
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
dex {
useLegacyPackaging true
}
}
testOptions {
unitTests.returnDefaultValues = true
}
Expand Down

0 comments on commit 3fc3571

Please sign in to comment.