Skip to content

Commit b005b9d

Browse files
committed
[Build] Updated animation testapp to use mutlidex
PiperOrigin-RevId: 588440059
1 parent fb6a97c commit b005b9d

File tree

1 file changed

+3
-0
lines changed
  • testing/java/com/google/android/material/testapp/animation

1 file changed

+3
-0
lines changed

testing/java/com/google/android/material/testapp/animation/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies {
2222

2323
api project(fromPath("lib"))
2424
api project(fromPath("testing/java/com/google/android/material/testapp/base"))
25+
26+
api 'androidx.multidex:multidex:2.0.0'
2527
}
2628

2729
android {
@@ -36,6 +38,7 @@ android {
3638
main.res.srcDirs = [ 'res' ]
3739
}
3840
defaultConfig {
41+
multiDexEnabled true
3942
minSdkVersion 19
4043
targetSdkVersion 33
4144
}

0 commit comments

Comments
 (0)