File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ buildscript {
3434 }
3535
3636 dependencies {
37- classpath ' com.android.tools.build:gradle:7.1.0-alpha02 '
37+ classpath ' com.android.tools.build:gradle:7.1.0-alpha06 '
3838 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
3939 }
4040}
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ android {
2323 defaultConfig {
2424 minSdkVersion versions. minSdk
2525 targetSdkVersion versions. targetSdk
26- versionCode mavenVersionCode
27- versionName mavenVersion
2826 }
2927
3028 sourceSets {
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-7.0 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.zip
You can’t perform that action at this time.
0 commit comments