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.5.31 '
4+ ext. kotlin_version = ' 1.6.20 '
55 repositories {
6- jcenter()
76 google()
7+ mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.0.4 '
10+ classpath ' com.android.tools.build:gradle:7.3.1 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
@@ -18,7 +18,7 @@ buildscript {
1818allprojects {
1919 repositories {
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
2424
Original file line number Diff line number Diff line change 1- # Fri Sep 04 18:10:56 CEST 2020
1+ # Sun Jun 23 18:54:22 CEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-bin.zip
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
You can’t perform that action at this time.
0 commit comments