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

Commit e792cf6

Browse files
committed
Android Studio 4.1.2
1 parent fbbb1c9 commit e792cf6

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.4.20'
3+
kotlinVersion = '1.4.21'
44
moshiVersion = "1.9.2"
55
}
66

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

0 commit comments

Comments
 (0)