chore: update dependencies

This commit is contained in:
ACh Sulfate
2023-11-17 21:42:09 +08:00
parent d6d676e661
commit 028c2a2882
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[versions]
agp = "8.1.3"
agp = "8.1.4"
appCenter = "5.0.2"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
@@ -12,7 +12,7 @@ appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics",
appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" }
android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.0" }
androidx-browser = { module = "androidx.browser:browser", version = "1.6.0" }
androidx-browser = { module = "androidx.browser:browser", version = "1.7.0" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
@@ -22,7 +22,7 @@ hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", vers
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.14.2" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.3" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.0" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.1" }
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }