diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2eae66d81..e7eb929f8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,11 @@ [versions] -compose = "1.1.0-SNAPSHOT" -composesnapshot = "7593337" # a single character = no snapshot +compose = "1.0.1" +composesnapshot = "-" # a single character = no snapshot # gradlePlugin and lint need to be updated together gradlePlugin = "7.0.0" lint = "30.0.0" -navigation = "2.4.0-SNAPSHOT" - ktlint = "0.41.0" kotlin = "1.5.21" coroutines = "1.5.1" @@ -15,6 +13,7 @@ okhttp = "3.12.13" coil = "1.3.0" androidxtest = "1.3.0" +androidxnavigation = "2.4.0-alpha06" [libraries] compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" } @@ -60,8 +59,8 @@ androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0. androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0" androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05" -androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" } -androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "navigation" } +androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxnavigation" } +androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidxnavigation" } napier = "io.github.aakira:napier:1.4.1"