We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6a97c commit b005b9dCopy full SHA for b005b9d
testing/java/com/google/android/material/testapp/animation/build.gradle
@@ -22,6 +22,8 @@ dependencies {
22
23
api project(fromPath("lib"))
24
api project(fromPath("testing/java/com/google/android/material/testapp/base"))
25
+
26
+ api 'androidx.multidex:multidex:2.0.0'
27
}
28
29
android {
@@ -36,6 +38,7 @@ android {
36
38
main.res.srcDirs = [ 'res' ]
37
39
40
defaultConfig {
41
+ multiDexEnabled true
42
minSdkVersion 19
43
targetSdkVersion 33
44
0 commit comments