chore(deps): update Compose Compiler to 1.4.1-dev-k1.8.10-c312d77f4cb
This commit is contained in:
parent
d12a1545bb
commit
356a8d8cae
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@ agp = "7.4.1"
|
|||
androidxActivity = "1.7.0-alpha04"
|
||||
bouncycastle = "1.72"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.4.0"
|
||||
composeCompiler = "1.4.1-dev-k1.8.10-c312d77f4cb"
|
||||
coroutines = "1.6.4"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.44.2"
|
||||
|
|
|
@ -78,7 +78,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")
|
||||
|
@ -155,6 +154,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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue