Skip to content

Commit

Permalink
Remove Multidex usages (#381)
Browse files Browse the repository at this point in the history
Since the min SDK is 26, it is no longer necessary to use the Multidex library.

See the following for more info: https://developer.android.com/build/multidex#mdex-on-l
  • Loading branch information
MGaetan89 authored Sep 24, 2024
1 parent 4554a58 commit a951948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.8.0"
testImplementation "org.robolectric:robolectric:4.10.3"
testImplementation "org.robolectric:shadows-multidex:4.10.3"
testImplementation "androidx.test:runner:1.5.2"
testImplementation "androidx.test:rules:1.5.0"
testImplementation "androidx.annotation:annotation:1.7.1"
Expand Down

0 comments on commit a951948

Please sign in to comment.