File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
3- apply from : rootProject. file(' libraries.gradle' )
4-
53android {
64 compileSdkVersion rootProject. ext. compileSdkVersion
75
Original file line number Diff line number Diff line change @@ -10,16 +10,14 @@ ext {
1010}
1111
1212buildscript {
13- ext. kotlinVersion = ' 1.2.71'
14- ext. androidPluginVersion = ' 3.2.1'
13+ ext. androidPluginVersion = ' 3.3.2'
1514
1615 repositories {
1716 google()
1817 jcenter()
1918 }
2019 dependencies {
2120 classpath " com.android.tools.build:gradle:$androidPluginVersion "
22- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
2321 }
2422}
2523
Original file line number Diff line number Diff line change 1+ # Sun Mar 31 14:17:21 CST 2019
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
34zipStoreBase =GRADLE_USER_HOME
45zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments