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.6.10 '
4+ ext. kotlin_version = ' 1.6.20 '
55 repositories {
66 google()
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.1.2 '
10+ classpath ' com.android.tools.build:gradle:7.1.3 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
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-7.4-all.zip
4- distributionSha256Sum =cd5c2958a107ee7f0722004a12d0f8559b4564c34daad7df06cffd4d12a426d0
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -all.zip
4+ distributionSha256Sum =e6d864e3b5bc05cc62041842b306383fc1fefcec359e70cebb1d470a6094ca82
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments