|
@@ -3,6 +3,10 @@ plugins {
|
|
|
}
|
|
|
|
|
|
android {
|
|
|
+ // legacy flags
|
|
|
+ aaptOptions.cruncherEnabled = false
|
|
|
+ aaptOptions.useNewCruncher = false
|
|
|
+
|
|
|
compileSdkVersion 30
|
|
|
|
|
|
defaultConfig {
|
|
@@ -39,4 +43,4 @@ dependencies {
|
|
|
testImplementation 'junit:junit:4.+'
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
-}
|
|
|
+}
|