From 8d5804dbbff2caa5170042c0323560ed8179d20f Mon Sep 17 00:00:00 2001 From: fattire Date: Mon, 17 Dec 2018 15:36:08 -0800 Subject: [PATCH] Update libraries + build tools + gradle also junit was moved to junit.jupitor apparently. --- build.gradle | 2 +- cSploit/build.gradle | 14 +++++++------- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index e97f625189..d5783e02ef 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0-alpha12' + classpath 'com.android.tools.build:gradle:3.4.0-alpha08' } } diff --git a/cSploit/build.gradle b/cSploit/build.gradle index 41ac0b3288..0775969b66 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-alpha12' + classpath 'com.android.tools.build:gradle:3.4.0-alpha08' } } @@ -18,10 +18,10 @@ apply plugin: 'com.android.application' dependencies { 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.appcompat:appcompat:1.0.2' + implementation 'androidx.preference:preference:1.1.0-alpha01' implementation 'androidx.multidex:multidex:2.0.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'com.google.android.material:material:1.1.0-alpha02' implementation 'org.apache.commons:commons-compress:1.18' implementation 'commons-net:commons-net:3.6' implementation 'com.github.zafarkhaja:java-semver:0.9.0' @@ -29,9 +29,9 @@ dependencies { implementation 'org.msgpack:msgpack:0.6.12' implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3' implementation 'org.tukaani:xz:1.8' - implementation 'ch.acra:acra-http:5.2.0' - implementation 'ch.acra:acra-notification:5.2.0' - testImplementation 'junit:junit:4.12' + implementation 'ch.acra:acra-http:5.2.1' + implementation 'ch.acra:acra-notification:5.2.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' } android { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e55a7e35d7..0ca9697c5b 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Oct 17 19:27:29 PDT 2017 +#Wed Nov 21 17:37:02 PST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-rc-1-all.zip