Skip to content

Commit

Permalink
Enabled multidex
Browse files Browse the repository at this point in the history
  • Loading branch information
fexed committed Mar 2, 2023
1 parent a6c005f commit 9124f42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ android {
}

buildTypes {
debug {
multiDexEnabled true
}

release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
multiDexEnabled true
}
}

Expand All @@ -42,4 +46,5 @@ dependencies {
implementation 'com.android.volley:volley:1.2.1'
implementation platform('com.google.firebase:firebase-bom:31.2.2')
implementation 'com.google.firebase:firebase-analytics:21.2.0'
implementation "androidx.multidex:multidex:2.0.1"
}

0 comments on commit 9124f42

Please sign in to comment.