Skip to content

Commit

Permalink
enable multiDex because of new billing library (fix 'Error : Cannot f…
Browse files Browse the repository at this point in the history
…it requested classes in a single dex file')
  • Loading branch information
schorschii committed Oct 7, 2023
1 parent 3938014 commit de619f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ android {
targetSdkVersion 34
versionCode 93
versionName "3.11.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit de619f0

Please sign in to comment.