|
|
|
@ -5,16 +5,15 @@ androidGradlePlugin = "8.0.2"
|
|
|
|
|
androidxActivity = "1.7.0"
|
|
|
|
|
androidxAppCompat = "1.5.1"
|
|
|
|
|
androidxBrowser = "1.4.0"
|
|
|
|
|
androidxComposeBom = "2023.01.00"
|
|
|
|
|
androidxComposeCompiler = "1.4.5"
|
|
|
|
|
androidxComposeMaterial3 = "1.1.0-alpha06"
|
|
|
|
|
androidxComposeRuntimeTracing = "1.0.0-alpha01"
|
|
|
|
|
androidxComposeBom = "2023.06.01"
|
|
|
|
|
androidxComposeCompiler = "1.4.7"
|
|
|
|
|
androidxComposeRuntimeTracing = "1.0.0-alpha03"
|
|
|
|
|
androidxCore = "1.9.0"
|
|
|
|
|
androidxCoreSplashscreen = "1.0.0"
|
|
|
|
|
androidxDataStore = "1.0.0"
|
|
|
|
|
androidxEspresso = "3.5.0"
|
|
|
|
|
androidxHiltNavigationCompose = "1.0.0"
|
|
|
|
|
androidxLifecycle = "2.6.0-alpha05"
|
|
|
|
|
androidxLifecycle = "2.6.1"
|
|
|
|
|
androidxMacroBenchmark = "1.2.0-alpha16"
|
|
|
|
|
androidxMetrics = "1.0.0-alpha03"
|
|
|
|
|
androidxNavigation = "2.5.3"
|
|
|
|
@ -39,11 +38,11 @@ hilt = "2.44.2"
|
|
|
|
|
hiltExt = "1.0.0"
|
|
|
|
|
jacoco = "0.8.7"
|
|
|
|
|
junit4 = "4.13.2"
|
|
|
|
|
kotlin = "1.8.20"
|
|
|
|
|
kotlin = "1.8.21"
|
|
|
|
|
kotlinxCoroutines = "1.6.4"
|
|
|
|
|
kotlinxDatetime = "0.4.0"
|
|
|
|
|
kotlinxSerializationJson = "1.5.1"
|
|
|
|
|
ksp = "1.8.20-1.0.11"
|
|
|
|
|
ksp = "1.8.21-1.0.11"
|
|
|
|
|
lint = "30.3.1"
|
|
|
|
|
okhttp = "4.10.0"
|
|
|
|
|
protobuf = "3.23.0"
|
|
|
|
@ -67,8 +66,8 @@ androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", versi
|
|
|
|
|
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
|
|
|
|
|
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
|
|
|
|
|
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }
|
|
|
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "androidxComposeMaterial3" }
|
|
|
|
|
androidx-compose-material3-windowSizeClass = { group = "androidx.compose.material3", name = "material3-window-size-class", version.ref = "androidxComposeMaterial3" }
|
|
|
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
|
|
|
androidx-compose-material3-windowSizeClass = { group = "androidx.compose.material3", name = "material3-window-size-class" }
|
|
|
|
|
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
|
|
|
|
|
androidx-compose-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
|
|
|
|
|
androidx-compose-runtime-tracing = { group = "androidx.compose.runtime", name = "runtime-tracing", version.ref = "androidxComposeRuntimeTracing" }
|
|
|
|
|