From f28ef13b22f8b4d3157b18817525c048e54b1a8f Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 23 Mar 2020 08:13:30 +0100 Subject: [PATCH] Android Studio 3.6.1 --- SliceViewerKotlin/build.gradle | 5 ++--- SliceViewerKotlin/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/SliceViewerKotlin/build.gradle b/SliceViewerKotlin/build.gradle index 0103e8819..11412df59 100644 --- a/SliceViewerKotlin/build.gradle +++ b/SliceViewerKotlin/build.gradle @@ -1,12 +1,11 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.61' + ext.kotlin_version = '1.3.70' repositories { google() 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:$kotlin_version" } } diff --git a/SliceViewerKotlin/gradle/wrapper/gradle-wrapper.properties b/SliceViewerKotlin/gradle/wrapper/gradle-wrapper.properties index 4d26b5ad8..4609175a7 100644 --- a/SliceViewerKotlin/gradle/wrapper/gradle-wrapper.properties +++ b/SliceViewerKotlin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Feb 19 12:20:02 CET 2020 +#Mon Mar 23 08:09:41 CET 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip