From b8022b1e415bec71071fb88c2f5ff6f1718e12fb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 28 Oct 2021 14:39:13 +0530 Subject: [PATCH] Revert "build: bump AGP and Gradle" Somehow fails to register the model subproject. This reverts commit 7f29e23faa6ad3aee128b70cd0a341aeaae4718b. --- build.gradle.kts | 5 +++-- gradle/wrapper/gradle-wrapper.properties | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4afa32f..80cde151 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-alpha03") + classpath("com.android.tools.build:gradle:7.2.0-alpha02") classpath("com.diffplug.spotless:spotless-plugin-gradle:5.17.1") classpath("com.google.dagger:hilt-android-gradle-plugin:2.39.1") } @@ -54,5 +54,6 @@ allprojects { } tasks.withType { - gradleVersion = "7.3-rc-3" + gradleVersion = "7.2" + distributionSha256Sum = "f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 345eb323..a2e01c0d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-rc-3-bin.zip +distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists