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:
renovate[bot] 2023-05-03 20:27:34 +00:00 committed by GitHub
parent 3356842ada
commit e11226949e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -3,7 +3,7 @@ agp = "8.0.1"
androidxActivity = "1.7.1" androidxActivity = "1.7.1"
bouncycastle = "1.73" bouncycastle = "1.73"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.6-dev-k1.8.21-290a127309e" composeCompiler = "1.4.7"
coroutines = "1.6.4" coroutines = "1.6.4"
flowbinding = "1.2.0" flowbinding = "1.2.0"
hilt = "2.46" hilt = "2.46"

View file

@ -78,6 +78,7 @@ dependencyResolutionManagement {
includeGroup("androidx.cardview") includeGroup("androidx.cardview")
includeGroup("androidx.collection") includeGroup("androidx.collection")
includeGroup("androidx.compose.animation") includeGroup("androidx.compose.animation")
includeGroup("androidx.compose.compiler")
includeGroup("androidx.compose.foundation") includeGroup("androidx.compose.foundation")
includeGroup("androidx.compose.material") includeGroup("androidx.compose.material")
includeGroup("androidx.compose.material3") includeGroup("androidx.compose.material3")
@ -154,10 +155,6 @@ dependencyResolutionManagement {
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") } forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
filter { includeModule("com.android.tools", "r8") } filter { includeModule("com.android.tools", "r8") }
} }
exclusiveContent {
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
filter { includeGroup("androidx.compose.compiler") }
}
mavenCentral() mavenCentral()
} }
} }