diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index efe07271..0272121a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,6 +9,7 @@ dagger = "2.43.2" hilt = "1.0.0" kotlin = "1.7.10" material_motion = "0.9.1" +# @pin Needs to be aligned with Retrofit okhttp = "3.14.9" retrofit = "2.9.0" richtext = "0.13.0" @@ -20,17 +21,17 @@ workmanager = "2.8.0-alpha03" accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" } accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" } accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } -androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-beta01" -androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha01" +androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-rc01" +androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha02" androidx-browser = "androidx.browser:browser:1.4.0" -androidx-compose-animation = "androidx.compose.animation:animation:1.3.0-alpha03" +androidx-compose-animation = "androidx.compose.animation:animation:1.3.0-beta01" androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" } -androidx-compose-foundation = "androidx.compose.foundation:foundation:1.3.0-alpha03" -androidx-compose-material = "androidx.compose.material:material:1.3.0-alpha03" -androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha16" -androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-alpha03" +androidx-compose-foundation = "androidx.compose.foundation:foundation:1.3.0-beta01" +androidx-compose-material = "androidx.compose.material:material:1.3.0-beta01" +androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-beta01" +androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-beta01" androidx-compose-ui-ui = "androidx.compose.ui:ui:1.3.0-alpha03" -androidx-compose-ui-ui-text = "androidx.compose.ui:ui-text:1.3.0-alpha03" +androidx-compose-ui-ui-text = "androidx.compose.ui:ui-text:1.3.0-beta01" androidx-compose-ui-ui-tooling-preview = "androidx.compose.ui:ui-tooling-preview:1.3.0-alpha03" androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0" androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }