From 1945d311d7f3ccfeb3f87a9d0b6d8106d1b862a1 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 5 Mar 2020 07:32:10 +0100 Subject: [PATCH] Android Studio 3.6.1 --- build.gradle | 5 ++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 27226ce5..bc8ce57c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ buildscript { ext { - // Libraries - kotlinVersion = '1.3.61' + kotlinVersion = '1.3.70' } repositories { @@ -9,7 +8,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ea147fbb..ec8831c7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip