Build(gradle): Upgrade dependencies
This commit is contained in:
@@ -1,31 +1,32 @@
|
||||
[versions]
|
||||
agp = "8.5.2"
|
||||
kotlin = "2.0.10"
|
||||
ksp = "2.0.10-1.0.24"
|
||||
aboutlibraries = "11.2.2"
|
||||
agp = "8.6.1"
|
||||
kotlin = "2.0.20"
|
||||
ksp = "2.0.20-1.0.25"
|
||||
aboutlibraries = "11.2.3"
|
||||
protobufPlugin = "0.9.4"
|
||||
kotlinxSerialization = "2.0.0"
|
||||
kotlinxSerialization = "2.0.20"
|
||||
secrets = "2.0.1"
|
||||
paging = "3.3.2"
|
||||
|
||||
desugarJdkLibs = "2.1.0"
|
||||
composeBom = "2024.08.00"
|
||||
desugarJdkLibs = "2.1.2"
|
||||
composeBom = "2024.09.02"
|
||||
junit = "4.13.2"
|
||||
coreKtx = "1.13.1"
|
||||
junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
activityCompose = "1.9.1"
|
||||
uiTestManifest = "1.7.2"
|
||||
activityCompose = "1.9.2"
|
||||
appcompat = "1.7.0"
|
||||
androidxLifecycle = "2.8.4"
|
||||
androidxLifecycle = "2.8.6"
|
||||
androidxCoreSplashscreen = "1.0.1"
|
||||
hilt = "2.52"
|
||||
coil = "2.7.0"
|
||||
kotlinxDatetime = "0.6.0"
|
||||
kotlinxDatetime = "0.6.1"
|
||||
androidxDataStore = "1.1.1"
|
||||
protobuf = "4.27.3"
|
||||
androidxNavigation = "2.7.7"
|
||||
protobuf = "4.28.2"
|
||||
androidxNavigation = "2.8.1"
|
||||
androidxHiltNavigationCompose = "1.2.0"
|
||||
kotlinxSerializationJson = "1.7.1"
|
||||
kotlinxSerializationJson = "1.7.3"
|
||||
retrofit = "2.11.0"
|
||||
retrofitKotlinxSerializationJson = "1.0.0"
|
||||
okhttp = "4.12.0"
|
||||
@@ -59,7 +60,7 @@ androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "j
|
||||
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||||
|
||||
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||||
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
||||
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "uiTestManifest" }
|
||||
|
||||
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
||||
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
||||
|
||||
Reference in New Issue
Block a user