File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020buildscript {
2121 ext {
2222 constraint_layout_version = ' 1.1.2'
23- kotlin_version = ' 1.2.30 '
23+ kotlin_version = ' 1.3.31 '
2424 support_lib_version = ' 27.1.1'
2525 }
2626
@@ -29,7 +29,7 @@ buildscript {
2929 jcenter()
3030 }
3131 dependencies {
32- classpath ' com.android.tools.build:gradle:3.1.3 '
32+ classpath ' com.android.tools.build:gradle:3.3.2 '
3333 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3434
3535 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Fri Apr 13 10:26:08 KST 2018
1+ # Wed Apr 17 08:46:17 PDT 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ apply plugin: 'kotlin-android-extensions'
2020
2121android {
2222 compileSdkVersion 27
23- buildToolsVersion ' 27.0.3'
2423
2524 compileOptions {
2625 sourceCompatibility JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments