From 269d4817b58397edea0712b1eb62e9dfb79259a4 Mon Sep 17 00:00:00 2001 From: fattire Date: Sun, 2 Sep 2018 18:54:38 -0700 Subject: [PATCH] Update to latest build tools + androidx libraries. --- build.gradle | 2 +- cSploit/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index e0c9394682..8e336579ec 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0-alpha07' + classpath 'com.android.tools.build:gradle:3.3.0-alpha08' } } diff --git a/cSploit/build.gradle b/cSploit/build.gradle index 141692c7c5..256ed69c84 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-alpha07' + classpath 'com.android.tools.build:gradle:3.3.0-alpha08' } } @@ -17,9 +17,9 @@ allprojects { apply plugin: 'com.android.application' dependencies { - implementation 'androidx.legacy:legacy-support-v4:1.0.0-rc01' - implementation 'androidx.appcompat:appcompat:1.0.0-rc01' - implementation 'androidx.preference:preference:1.0.0-rc01' + 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.multidex:multidex:2.0.0' implementation 'com.google.android.material:material:1.0.0-rc01' implementation 'org.apache.commons:commons-compress:1.18'