|
|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
[versions]
|
|
|
|
|
accompanist = "0.37.0"
|
|
|
|
|
androidDesugarJdkLibs = "2.1.3"
|
|
|
|
|
androidDesugarJdkLibs = "2.1.4"
|
|
|
|
|
# AGP and tools should be updated together
|
|
|
|
|
androidGradlePlugin = "8.7.3"
|
|
|
|
|
androidTools = "31.7.3"
|
|
|
|
|
androidxActivity = "1.9.3"
|
|
|
|
|
androidxBrowser = "1.8.0"
|
|
|
|
|
androidxComposeBom = "2024.12.01"
|
|
|
|
|
androidxComposeFoundation = "1.8.0-alpha07"
|
|
|
|
|
androidxComposeRuntimeTracing = "1.7.6"
|
|
|
|
|
androidxCore = "1.15.0"
|
|
|
|
|
androidxCoreSplashscreen = "1.0.1"
|
|
|
|
|
@ -30,15 +31,15 @@ coil = "3.0.3"
|
|
|
|
|
dependencyGuard = "0.5.0"
|
|
|
|
|
jacoco = "0.8.7"
|
|
|
|
|
kotlin = "2.1.0"
|
|
|
|
|
kotlinxCoroutines = "1.9.0"
|
|
|
|
|
kotlinxCoroutines = "1.10.1"
|
|
|
|
|
kotlinxDatetime = "0.6.1"
|
|
|
|
|
kotlinxSerializationJson = "1.7.3"
|
|
|
|
|
kotlinxSerializationJson = "1.8.0"
|
|
|
|
|
ksp = "2.1.0-1.0.29"
|
|
|
|
|
logback = "1.5.12"
|
|
|
|
|
logback = "1.5.15"
|
|
|
|
|
material3adaptive = "1.0.1"
|
|
|
|
|
moduleGraph = "2.7.1"
|
|
|
|
|
robolectric = "4.14"
|
|
|
|
|
roborazzi = "1.36.0"
|
|
|
|
|
roborazzi = "1.39.0"
|
|
|
|
|
secrets = "2.0.1"
|
|
|
|
|
truth = "1.4.4"
|
|
|
|
|
turbine = "1.2.0"
|
|
|
|
|
@ -46,7 +47,7 @@ androidx-constraintlayout = "2.2.0"
|
|
|
|
|
androidx-espresso-core = "3.6.1"
|
|
|
|
|
androidx-material = "1.12.0"
|
|
|
|
|
androidx-test-junit = "1.2.1"
|
|
|
|
|
compose-ui-tooling = "1.7.5"
|
|
|
|
|
compose-ui-tooling = "1.7.6"
|
|
|
|
|
compose-plugin = "1.7.1"
|
|
|
|
|
sqldelight = "2.0.2"
|
|
|
|
|
kotlinInject = '0.7.2'
|
|
|
|
|
|