We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aa23e commit 5768058Copy full SHA for 5768058
.idea/caches/build_file_checksums.ser
0 Bytes
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlinVersion = '1.3.31'
+ ext.kotlinVersion = '1.3.41'
5
ext.supportLibraryVersion = '28.0.0'
6
7
repositories {
@@ -10,7 +10,7 @@ buildscript {
10
}
11
12
dependencies {
13
- classpath 'com.android.tools.build:gradle:3.4.1'
+ classpath 'com.android.tools.build:gradle:3.4.2'
14
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
15
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
16
0 commit comments