aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-03 20:27:34 +0000
committerGitHub <noreply@github.com>2023-05-03 20:27:34 +0000
commite11226949eed6a5220f369044b88dd9c9a446ac2 (patch)
tree47602ff1c834742dc3e11d9ee11425bb0b1684b1 /settings.gradle.kts
parent3356842ada044e8ec8d5924d99a0fca74ffce299 (diff)
chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.7 (#2500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts5
1 files changed, 1 insertions, 4 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index f1902441..56401653 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -78,6 +78,7 @@ dependencyResolutionManagement {
includeGroup("androidx.cardview")
includeGroup("androidx.collection")
includeGroup("androidx.compose.animation")
+ includeGroup("androidx.compose.compiler")
includeGroup("androidx.compose.foundation")
includeGroup("androidx.compose.material")
includeGroup("androidx.compose.material3")
@@ -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()
}
}