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>
This commit is contained in:
parent
3356842ada
commit
e11226949e
2 changed files with 2 additions and 5 deletions
|
@ -3,7 +3,7 @@ agp = "8.0.1"
|
|||
androidxActivity = "1.7.1"
|
||||
bouncycastle = "1.73"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.4.6-dev-k1.8.21-290a127309e"
|
||||
composeCompiler = "1.4.7"
|
||||
coroutines = "1.6.4"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.46"
|
||||
|
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue