diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f89d4960..4f0819d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ # Centralized versions for dependencies that share versions [versions] -accompanist = "0.8.1" +accompanist = "0.9.0" androidx_test = "1.4.0-alpha05" -compose = "1.0.0-beta05" +compose = "1.0.0-beta06" coroutines = "1.4.3" dagger_hilt = "2.35.1" jb_compose = "0.4.0-build188" @@ -33,7 +33,7 @@ kotlin-coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-cor androidx-appcompat = "androidx.appcompat:appcompat:1.3.0-rc01" androidx-browser = "androidx.browser:browser:1.3.0" androidx-coreLibraryDesugaring = "com.android.tools:desugar_jdk_libs:1.0.10" -androidx-datastore = "androidx.datastore:datastore-preferences:1.0.0-alpha08" +androidx-datastore = "androidx.datastore:datastore-preferences:1.0.0-beta01" androidx-lifecycle-runtimeKtx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } @@ -55,7 +55,6 @@ thirdparty-accompanist-coil = { module = "com.google.accompanist:accompanist-coi thirdparty-accompanist-flow = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" } thirdparty-accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" } thirdparty-kamel = "com.alialbaali.kamel:kamel-image:0.2.0" -thirdparty-pullToRefresh = "com.puculek.pulltorefresh:pull-to-refresh-compose:1.0.1" # Moshi dependencies thirdparty-moshi-lib = "com.squareup.moshi:moshi:1.12.0"