chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.5

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2023-04-13 03:06:24 +00:00 committed by Harsh Shandilya
parent 54ca789372
commit 38d569a9e2
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -3,7 +3,7 @@ agp = "7.4.2"
androidxActivity = "1.7.0"
bouncycastle = "1.73"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.4-dev-k1.8.20-f6ae19e64ff"
composeCompiler = "1.4.5"
coroutines = "1.6.4"
flowbinding = "1.2.0"
hilt = "2.45"

View file

@ -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()
}
}