Skip to content

Commit

Permalink
Remove Multidex (not needed anymore due to library minimization))
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Sep 22, 2022
1 parent 01dea6f commit d6ba0e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android {
targetSdk 33
versionCode 20
versionName "2.3.1"
multiDexEnabled true
}

buildTypes {
Expand Down Expand Up @@ -66,7 +65,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0'
implementation 'com.airbnb.android:lottie:4.0.0'
Expand Down

0 comments on commit d6ba0e0

Please sign in to comment.