Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit f28ef13

Browse files
committed
Android Studio 3.6.1
1 parent 852e3a9 commit f28ef13

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

SliceViewerKotlin/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
21
buildscript {
3-
ext.kotlin_version = '1.3.61'
2+
ext.kotlin_version = '1.3.70'
43
repositories {
54
google()
65
jcenter()
76
}
87
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.3'
8+
classpath 'com.android.tools.build:gradle:3.6.1'
109
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1110
}
1211
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Feb 19 12:20:02 CET 2020
1+
#Mon Mar 23 08:09:41 CET 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip

0 commit comments

Comments
 (0)