Skip to content

Commit

Permalink
[Build] Updated animation testapp to use mutlidex
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588440059
  • Loading branch information
hunterstich committed Dec 6, 2023
1 parent fb6a97c commit b005b9d
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -22,6 +22,8 @@ dependencies {

api project(fromPath("lib"))
api project(fromPath("testing/java/com/google/android/material/testapp/base"))

api 'androidx.multidex:multidex:2.0.0'
}

android {
Expand All @@ -36,6 +38,7 @@ android {
main.res.srcDirs = [ 'res' ]
}
defaultConfig {
multiDexEnabled true
minSdkVersion 19
targetSdkVersion 33
}
Expand Down

0 comments on commit b005b9d

Please sign in to comment.