File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.30 '
4+ ext. kotlin_version = ' 1.4.32 '
55 repositories {
66 maven {
77 url " http://storage.googleapis.com/r8-releases/raw/master"
88 }
99 google()
10- jcenter ()
10+ mavenCentral ()
1111
1212 }
1313 dependencies {
14- classpath ' com.android.tools:r8:878ec25559ca91497517345ec3a6c16102b7025c ' // Must be before the Gradle Plugin for Android.
15- classpath ' com.android.tools.build:gradle:3.4.0 '
14+ classpath ' com.android.tools:r8:2.2.64 ' // Must be before the Gradle Plugin for Android.
15+ classpath ' com.android.tools.build:gradle:4.2.1 '
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1717 // NOTE: Do not place your application dependencies here; they belong
1818 // in the individual module build.gradle files
@@ -22,8 +22,7 @@ buildscript {
2222allprojects {
2323 repositories {
2424 google()
25- jcenter()
26-
25+ mavenCentral()
2726 }
2827}
2928
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4-rc- 1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7. 1-all.zip
You can’t perform that action at this time.
0 commit comments