build: bump AGP and Gradle

This commit is contained in:
Harsh Shandilya 2021-10-28 02:07:42 +05:30
parent 09dedf9015
commit 7f29e23faa
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 5 deletions

View file

@ -15,7 +15,7 @@ buildscript {
classpath("com.android.tools:r8:3.2.16-dev") classpath("com.android.tools:r8:3.2.16-dev")
classpath(kotlin("gradle-plugin", version = kotlinVersion)) classpath(kotlin("gradle-plugin", version = kotlinVersion))
classpath(kotlin("serialization", version = kotlinVersion)) classpath(kotlin("serialization", version = kotlinVersion))
classpath("com.android.tools.build:gradle:7.2.0-alpha02") classpath("com.android.tools.build:gradle:7.2.0-alpha03")
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.17.0") classpath("com.diffplug.spotless:spotless-plugin-gradle:5.17.0")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.39.1") classpath("com.google.dagger:hilt-android-gradle-plugin:2.39.1")
} }
@ -56,6 +56,5 @@ allprojects {
} }
tasks.withType<Wrapper> { tasks.withType<Wrapper> {
gradleVersion = "7.2" gradleVersion = "7.3-rc-3"
distributionSha256Sum = "f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd"
} }

View file

@ -1,6 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists