Skip to content

Commit

Permalink
Add multidex for sparsearray
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Mar 21, 2022
1 parent 03bbc7e commit 4661d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ mockitoVersion=4.1.0
guavaJREVersion=27.0.1-jre

asmVersion=9.2
multidexVersion=2.0.1
2 changes: 2 additions & 0 deletions integration_tests/sparsearray/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
multiDexEnabled true
}

compileOptions {
Expand All @@ -37,6 +38,7 @@ android {
dependencies {
api project(":robolectric")
compileOnly AndroidSdk.MAX_SDK.coordinates
implementation "androidx.multidex:multidex:$multidexVersion"

testCompileOnly AndroidSdk.MAX_SDK.coordinates
testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
Expand Down

0 comments on commit 4661d36

Please sign in to comment.