Switch android test to common Android SDK dependency management

~
This commit is contained in:
Mikhail Bogdanov
2020-04-09 08:51:48 +02:00
parent acb4d6cf63
commit 535fcbb534
9 changed files with 52 additions and 385 deletions
@@ -6,9 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:3.5.3'
}
}
apply plugin: 'com.android.application'
@@ -19,7 +17,7 @@ repositories {
}
android {
compileSdkVersion 19
compileSdkVersion 26
buildToolsVersion "28.0.3"
defaultConfig {
@@ -51,7 +49,7 @@ android {
dexOptions {
dexInProcess false
javaMaxHeapSize "1200m"
javaMaxHeapSize "1500m"
maxProcessCount 4
additionalParameters "--debug"
}