Skip to content

Commit 5768058

Browse files
committed
1. Updated Kotlin and Gradle versions.
1 parent 66aa23e commit 5768058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlinVersion = '1.3.31'
4+
ext.kotlinVersion = '1.3.41'
55
ext.supportLibraryVersion = '28.0.0'
66

77
repositories {
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.4.1'
13+
classpath 'com.android.tools.build:gradle:3.4.2'
1414
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616

0 commit comments

Comments
 (0)