mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-28 12:57:37 +00:00
chore(deps): upgrade to Kotlin 1.8.0
This commit is contained in:
parent
01cb8e9078
commit
d6c5591040
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -39,7 +39,7 @@
|
||||
"androidx.compose.compiler:compiler"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://maven.google.com/"
|
||||
"https://androidx.dev/storage/compose-compiler/repository/"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -3,11 +3,11 @@ agp = "8.0.0-alpha11"
|
||||
androidxActivity = "1.7.0-alpha02"
|
||||
bouncycastle = "1.72"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.4.0-alpha02"
|
||||
composeCompiler = "1.4.0-dev-k1.8.0-33c0ad36f83"
|
||||
coroutines = "1.6.4"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.44.2"
|
||||
kotlin = "1.7.21"
|
||||
kotlin = "1.8.0"
|
||||
leakcanary = "2.10"
|
||||
lifecycle = "2.6.0-alpha03"
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user