From 39eac6bfd63f18b55d8c6b8ef618159cb5c050ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:13:40 +0000 Subject: [PATCH] Update dependency androidx.compose.compiler:compiler to v1.5.4 (#1671) * Update dependency androidx.compose.compiler:compiler to v1.5.4 * Remove temporary Google development repo --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton --- gradle/libs.versions.toml | 2 +- settings.gradle | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 872dfaf5ba..29e78f708a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ buildConfigPlugin = "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0" androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx.activity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx.activity" } androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } -androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.4-dev-k1.9.20-50f08dfa4b4" +androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.4" androidx-core = { module = "androidx.core:core-ktx", version = "1.12.0" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } androidx-swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" diff --git a/settings.gradle b/settings.gradle index 71b098c54c..11fa646cc8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,13 +17,6 @@ dependencyResolutionManagement { repositories { mavenCentral() google() - // TODO Remove this once Google releases a 1.9.20-compatible Compose compiler. - maven { - url 'https://androidx.dev/storage/compose-compiler/repository' - content { - includeGroup('androidx.compose.compiler') - } - } } }