commit 075c6ddf84fa3fca5c3b213210b2e65ae2987d8a Author: n8fr8 nathan@guardianproject.info Date: Wed Nov 11 12:11:28 2020 -0500
update gradle and tools --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle index c6b04282..b1a1ab04 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.2' + classpath 'com.android.tools.build:gradle:4.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 52c10f65..26e19652 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Aug 03 14:54:01 EDT 2020 +#Wed Nov 11 11:07:34 EST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
tor-commits@lists.torproject.org