chore(deps): bump Compose Compiler to 1.4.8-dev-k1.9.0-RC-5532d15c918

This commit is contained in:
Harsh Shandilya 2023-07-06 12:23:38 +05:30
parent 214140d7d1
commit 56a21e1788
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,7 @@ agp = "8.2.0-alpha10"
androidxActivity = "1.7.2"
bouncycastle = "1.75"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.8"
composeCompiler = "1.4.8-dev-k1.9.0-RC-5532d15c918"
coroutines = "1.7.2"
flowbinding = "1.2.0"
hilt = "2.46.1"

View file

@ -79,7 +79,6 @@ 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")
@ -156,6 +155,10 @@ 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()
}
}