From 7f29e23faa6ad3aee128b70cd0a341aeaae4718b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 28 Oct 2021 02:07:42 +0530 Subject: [PATCH] build: bump AGP and Gradle --- build.gradle.kts | 5 ++--- gradle/wrapper/gradle-wrapper.properties | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 799b03df..4ca2f8df 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { classpath("com.android.tools:r8:3.2.16-dev") classpath(kotlin("gradle-plugin", 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.google.dagger:hilt-android-gradle-plugin:2.39.1") } @@ -56,6 +56,5 @@ allprojects { } tasks.withType { - gradleVersion = "7.2" - distributionSha256Sum = "f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd" + gradleVersion = "7.3-rc-3" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a2e01c0d..345eb323 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-rc-3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists