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 e7e9c8d commit 3eff84cCopy full SHA for 3eff84c
all/build.gradle
@@ -10,6 +10,7 @@ android {
10
targetSdkVersion 31
11
versionCode 1
12
versionName "1.0"
13
+ multiDexEnabled true
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
consumerProguardFiles 'consumer-rules.pro'
16
}
0 commit comments