From d59a151944a56f16a1a831a0d142d174e15aa612 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 27 Nov 2022 19:21:45 +0530 Subject: [PATCH] fix(deps): temporarily downgrade AGP to 7.3.1 Let's explain the decision with the help of a table AGP Version | Has known issues | Has Studio available --------------|------------------|--------------------- 8.0.0-alpha07 | No | No 8.0.0-alpha08 | Yes | Yes 7.3.1 | No | Yes And thus, we settle on 7.3.1 --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e8c836ba..f4daf51c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] accompanist = "0.27.1" # @pin https://issuetracker.google.com/issues/259556213 -agp = "8.0.0-alpha07" +agp = "7.3.1" androidx-test = "1.5.0" coil = "2.2.2" # @keep used for kotlinCompilerExtensionVersion diff --git a/settings.gradle.kts b/settings.gradle.kts index 8c4f8002..b28c8161 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -58,7 +58,7 @@ gitRepositories { checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts")) include("whetstone") { uri.set("https://github.com/msfjarvis/whetstone") - tag.set("msfjarvis-2022-11-21") + tag.set("msfjarvis-2022-11-27") includeBuild { dependencySubstitution { for (module in