Skip to content

Commit

Permalink
Enable minify
Browse files Browse the repository at this point in the history
Might fix our dex error without using multidex for now

ERROR: D8: Cannot fit requested classes in a single dex file (# methods: 65727 > 65536)
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
The number of method references in a .dex file cannot exceed 64K.
  • Loading branch information
sounddrill31 committed Sep 18, 2024
1 parent c6eae1c commit 4dc0ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 4dc0ba5

Please sign in to comment.