Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 0f10c72

Browse files
authored
Merge pull request #317 from owncloud/AndroidStudio3.6.3
Update Android Studio to 3.6.3
2 parents 8f62925 + 7f7fa0b commit 0f10c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.3.71'
3+
kotlinVersion = '1.3.72'
44
moshiVersion = "1.9.2"
55
}
66

@@ -9,7 +9,7 @@ buildscript {
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.6.2'
12+
classpath 'com.android.tools.build:gradle:3.6.3'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1414
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
1515
}

0 commit comments

Comments
 (0)