From 38d569a9e2acb4f186fc37b0688fc9d9f87c9b6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 03:06:24 +0000 Subject: chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.5 Signed-off-by: Harsh Shandilya --- settings.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 3b1cbd46..5318f142 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -85,6 +85,7 @@ dependencyResolutionManagement { includeGroup("androidx.compose.ui") includeGroup("androidx.concurrent") includeGroup("androidx.constraintlayout") + includeGroup("androidx.compose.compiler") includeGroup("androidx.coordinatorlayout") includeGroup("androidx.core") includeGroup("androidx.cursoradapter") @@ -154,10 +155,6 @@ dependencyResolutionManagement { forRepository { maven("https://storage.googleapis.com/r8-releases/raw") } filter { includeModule("com.android.tools", "r8") } } - exclusiveContent { - forRepository { maven("https://androidx.dev/storage/compose-compiler/repository/") } - filter { includeGroup("androidx.compose.compiler") } - } mavenCentral() } } -- cgit v1.2.3