|
|
@ -1,6 +1,6 @@
|
|
|
|
[versions]
|
|
|
|
[versions]
|
|
|
|
accompanist = "0.27.0"
|
|
|
|
accompanist = "0.27.0"
|
|
|
|
androidDesugarJdkLibs = "1.1.5"
|
|
|
|
androidDesugarJdkLibs = "2.0.0"
|
|
|
|
androidGradlePlugin = "7.3.1"
|
|
|
|
androidGradlePlugin = "7.3.1"
|
|
|
|
androidxActivity = "1.6.1"
|
|
|
|
androidxActivity = "1.6.1"
|
|
|
|
androidxAppCompat = "1.5.1"
|
|
|
|
androidxAppCompat = "1.5.1"
|
|
|
@ -13,9 +13,9 @@ androidxDataStore = "1.0.0"
|
|
|
|
androidxEspresso = "3.4.0"
|
|
|
|
androidxEspresso = "3.4.0"
|
|
|
|
androidxHiltNavigationCompose = "1.0.0"
|
|
|
|
androidxHiltNavigationCompose = "1.0.0"
|
|
|
|
# Skipping version 2.6.0-alpha02 due to https://issuetracker.google.com/249686765
|
|
|
|
# Skipping version 2.6.0-alpha02 due to https://issuetracker.google.com/249686765
|
|
|
|
androidxLifecycle = "2.6.0-alpha01"
|
|
|
|
androidxLifecycle = "2.6.0-alpha03"
|
|
|
|
androidxMacroBenchmark = "1.1.0"
|
|
|
|
androidxMacroBenchmark = "1.1.0"
|
|
|
|
androidxNavigation = "2.5.2"
|
|
|
|
androidxNavigation = "2.5.3"
|
|
|
|
androidxMetrics = "1.0.0-alpha03"
|
|
|
|
androidxMetrics = "1.0.0-alpha03"
|
|
|
|
androidxProfileinstaller = "1.2.0"
|
|
|
|
androidxProfileinstaller = "1.2.0"
|
|
|
|
androidxStartup = "1.1.1"
|
|
|
|
androidxStartup = "1.1.1"
|
|
|
@ -28,24 +28,24 @@ androidxTracing = "1.1.0"
|
|
|
|
androidxUiAutomator = "2.2.0"
|
|
|
|
androidxUiAutomator = "2.2.0"
|
|
|
|
androidxWork = "2.7.1"
|
|
|
|
androidxWork = "2.7.1"
|
|
|
|
coil = "2.2.2"
|
|
|
|
coil = "2.2.2"
|
|
|
|
hilt = "2.42"
|
|
|
|
hilt = "2.44"
|
|
|
|
hiltExt = "1.0.0"
|
|
|
|
hiltExt = "1.0.0"
|
|
|
|
jacoco = "0.8.7"
|
|
|
|
jacoco = "0.8.7"
|
|
|
|
junit4 = "4.13.2"
|
|
|
|
junit4 = "4.13.2"
|
|
|
|
kotlin = "1.7.20"
|
|
|
|
kotlin = "1.7.20"
|
|
|
|
kotlinxCoroutines = "1.6.4"
|
|
|
|
kotlinxCoroutines = "1.6.4"
|
|
|
|
kotlinxDatetime = "0.4.0"
|
|
|
|
kotlinxDatetime = "0.4.0"
|
|
|
|
kotlinxSerializationJson = "1.4.0"
|
|
|
|
kotlinxSerializationJson = "1.4.1"
|
|
|
|
ksp = "1.7.20-1.0.7"
|
|
|
|
ksp = "1.7.20-1.0.8"
|
|
|
|
lint = "30.2.2"
|
|
|
|
lint = "30.3.1"
|
|
|
|
okhttp = "4.10.0"
|
|
|
|
okhttp = "4.10.0"
|
|
|
|
protobuf = "3.21.9"
|
|
|
|
protobuf = "3.21.9"
|
|
|
|
protobufPlugin = "0.8.19"
|
|
|
|
protobufPlugin = "0.9.1"
|
|
|
|
retrofit = "2.9.0"
|
|
|
|
retrofit = "2.9.0"
|
|
|
|
retrofitKotlinxSerializationJson = "0.8.0"
|
|
|
|
retrofitKotlinxSerializationJson = "0.8.0"
|
|
|
|
room = "2.5.0-alpha03"
|
|
|
|
room = "2.5.0-beta01"
|
|
|
|
secrets = "2.0.1"
|
|
|
|
secrets = "2.0.1"
|
|
|
|
turbine = "0.8.0"
|
|
|
|
turbine = "0.12.1"
|
|
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
[libraries]
|
|
|
|
accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanist" }
|
|
|
|
accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanist" }
|
|
|
|