File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
2828 ' espresso' : ' 3.1.1' ,
2929 ' extJunit' : ' 1.1.0' ,
3030 ' fragment' : ' 1.3.0-alpha08' ,
31- ' kotlin' : ' 1.4.0 ' ,
31+ ' kotlin' : ' 1.4.21 ' ,
3232 ' lifecycle' : ' 2.3.0-alpha07' ,
3333 ' material' : ' 1.2.0' ,
3434 ' playcore' : ' 1.8.0' ,
@@ -50,13 +50,12 @@ buildscript {
5050 repositories {
5151 google()
5252 jcenter()
53- maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
5453 }
5554
5655 dependencies {
57- classpath ' com.android.tools.build:gradle:4.1.0-rc03 '
56+ classpath ' com.android.tools.build:gradle:4.1.1 '
5857 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
59- classpath(" com.github.triplet.gradle:play-publisher:3.0.0-SNAPSHOT " )
58+ classpath(" com.github.triplet.gradle:play-publisher:3.1.0 " )
6059 }
6160}
6261
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ repositories {
2626}
2727
2828dependencies {
29- implementation(" com.android.tools.build:gradle-api:4.1.0-rc03 " )
30- implementation(" com.android.tools.build:gradle:4.1.0-rc03 " )
29+ implementation(" com.android.tools.build:gradle-api:4.1.1 " )
30+ implementation(" com.android.tools.build:gradle:4.1.1 " )
3131 implementation(kotlin(" stdlib" ))
3232 gradleApi()
3333}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https://services.gradle.org/distributions/gradle-6.6 .1-bin.zip
3+ distributionUrl =https://services.gradle.org/distributions/gradle-6.7 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments