From 8a5a32765eacbe2a39633c67351e963e81812b1e Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 10 Jan 2020 16:44:53 -0600 Subject: [PATCH] Android Studio 3.6 rc01 --- app/build.gradle.kts | 2 +- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 482ae7ee4..09f42d392 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -174,7 +174,7 @@ dependencies { implementation("com.nononsenseapps:filepicker:4.2.1") implementation("com.google.android.material:material:1.1.0-beta02") implementation("androidx.annotation:annotation:1.1.0") - implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta1") // beta2 broke location picker + implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta4") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") implementation("com.jakewharton.timber:timber:4.7.1") implementation("com.jakewharton.threetenabp:threetenabp:1.2.1") diff --git a/build.gradle.kts b/build.gradle.kts index 431953839..3c3018561 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:3.5.3") + classpath("com.android.tools.build:gradle:3.6.0-rc01") classpath("com.google.gms:google-services:4.3.3") // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin classpath("io.fabric.tools:gradle:1.31.0") @@ -21,6 +21,6 @@ plugins { } tasks.getByName("wrapper") { - gradleVersion = "5.4.1" + gradleVersion = "5.6.4" distributionType = Wrapper.DistributionType.ALL } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6badb7fff..da2725afb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Aug 22 12:49:48 CDT 2019 +#Fri Jan 10 14:27:48 CST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip