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.
2 parents 4327658 + 38db2a3 commit 0c43e3bCopy full SHA for 0c43e3b
build.gradle
@@ -1,15 +1,15 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlin_version = '1.2.31'
+ ext.kotlin_version = '1.2.41'
5
6
repositories {
7
jcenter()
8
google()
9
}
10
11
dependencies {
12
- classpath 'com.android.tools.build:gradle:3.1.0'
+ classpath 'com.android.tools.build:gradle:3.1.2'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
15
// NOTE: Do not place your application dependencies here; they belong
0 commit comments