|
|
|
|
@ -12,9 +12,9 @@ androidxComposeCompiler = "1.5.13"
|
|
|
|
|
androidxComposeUiTest = "1.7.0-alpha08"
|
|
|
|
|
androidxComposeMaterial3Adaptive = "1.0.0-alpha12"
|
|
|
|
|
androidxComposeRuntimeTracing = "1.0.0-beta01"
|
|
|
|
|
androidxCore = "1.13.0"
|
|
|
|
|
androidxCore = "1.13.1"
|
|
|
|
|
androidxCoreSplashscreen = "1.0.1"
|
|
|
|
|
androidxDataStore = "1.1.0"
|
|
|
|
|
androidxDataStore = "1.1.1"
|
|
|
|
|
androidxEspresso = "3.5.1"
|
|
|
|
|
androidxHiltNavigationCompose = "1.2.0"
|
|
|
|
|
androidxLifecycle = "2.7.0"
|
|
|
|
|
@ -28,7 +28,7 @@ androidxTestRules = "1.5.0"
|
|
|
|
|
androidxTestRunner = "1.5.2"
|
|
|
|
|
androidxTracing = "1.3.0-alpha02"
|
|
|
|
|
androidxUiAutomator = "2.3.0"
|
|
|
|
|
androidxWindowManager = "1.3.0-alpha03"
|
|
|
|
|
androidxWindowManager = "1.3.0-beta02"
|
|
|
|
|
androidxWork = "2.9.0"
|
|
|
|
|
coil = "3.0.0-alpha06"
|
|
|
|
|
dependencyGuard = "0.5.0"
|
|
|
|
|
@ -54,7 +54,7 @@ protobufPlugin = "0.9.4"
|
|
|
|
|
retrofit = "2.11.0"
|
|
|
|
|
retrofitKotlinxSerializationJson = "1.0.0"
|
|
|
|
|
robolectric = "4.12.1"
|
|
|
|
|
roborazzi = "1.13.0"
|
|
|
|
|
roborazzi = "1.14.0"
|
|
|
|
|
room = "2.6.1"
|
|
|
|
|
secrets = "2.0.1"
|
|
|
|
|
truth = "1.4.2"
|
|
|
|
|
@ -68,10 +68,10 @@ androidx-appcompat = "1.6.1"
|
|
|
|
|
androidx-constraintlayout = "2.1.4"
|
|
|
|
|
androidx-core-ktx = "1.12.0"
|
|
|
|
|
androidx-espresso-core = "3.5.1"
|
|
|
|
|
androidx-material = "1.11.0"
|
|
|
|
|
androidx-material = "1.12.0"
|
|
|
|
|
androidx-test-junit = "1.1.5"
|
|
|
|
|
compose-ui-tooling = "1.6.7"
|
|
|
|
|
compose-plugin = "1.6.10-beta03"
|
|
|
|
|
compose-plugin = "1.6.10-rc01"
|
|
|
|
|
junit = "4.13.2"
|
|
|
|
|
sqldelight = "2.0.2"
|
|
|
|
|
kotlinInject = '0.6.3'
|
|
|
|
|
|