diff --git a/build.gradle b/build.gradle index e7d74871ff..e97f625189 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0-alpha11' + classpath 'com.android.tools.build:gradle:3.3.0-alpha12' } } diff --git a/cSploit/build.gradle b/cSploit/build.gradle index 814e72f1f6..41ac0b3288 100644 --- a/cSploit/build.gradle +++ b/cSploit/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0-alpha11' + classpath 'com.android.tools.build:gradle:3.3.0-alpha12' } } @@ -17,11 +17,11 @@ allprojects { apply plugin: 'com.android.application' dependencies { - implementation 'androidx.legacy:legacy-support-v4:1.0.0-rc02' - implementation 'androidx.appcompat:appcompat:1.0.0-rc02' - implementation 'androidx.preference:preference:1.0.0-rc02' + implementation 'androidx.legacy:legacy-support-v4:1.0.0' + implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.preference:preference:1.0.0' implementation 'androidx.multidex:multidex:2.0.0' - implementation 'com.google.android.material:material:1.0.0-rc02' + implementation 'com.google.android.material:material:1.0.0' implementation 'org.apache.commons:commons-compress:1.18' implementation 'commons-net:commons-net:3.6' implementation 'com.github.zafarkhaja:java-semver:0.9.0' @@ -36,7 +36,7 @@ dependencies { android { compileSdkVersion 28 - buildToolsVersion '28.0.2' + buildToolsVersion '28.0.3' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/gradle.properties b/gradle.properties index 5465fec0ec..6b5ce54ee5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,3 @@ android.enableJetifier=true -android.useAndroidX=true \ No newline at end of file +android.useAndroidX=true +android.enableR8 = true