chore(deps): update androidx.compose.compiler to 1.4.0

This commit is contained in:
Harsh Shandilya 2023-01-18 14:37:26 +05:30 committed by GitHub
parent 85fabfc705
commit d7aceecbcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 16 deletions

View file

@ -29,17 +29,6 @@
], ],
"enabled": false "enabled": false
}, },
{
"matchDatasources": [
"maven"
],
"matchPackageNames": [
"androidx.compose.compiler:compiler"
],
"registryUrls": [
"https://androidx.dev/storage/compose-compiler/repository/"
]
}
], ],
"regexManagers": [ "regexManagers": [
{ {

View file

@ -3,7 +3,7 @@ agp = "7.4.0"
androidxActivity = "1.7.0-alpha03" androidxActivity = "1.7.0-alpha03"
bouncycastle = "1.72" bouncycastle = "1.72"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.0-dev-k1.8.0-33c0ad36f83" composeCompiler = "1.4.0"
coroutines = "1.6.4" coroutines = "1.6.4"
flowbinding = "1.2.0" flowbinding = "1.2.0"
hilt = "2.44.2" hilt = "2.44.2"

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