From f2b913f7c83d146cfee284a784868fe4736c38a5 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 18 Jan 2023 09:18:34 -0500 Subject: [PATCH] Updating dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 697d7acfe..7317bd3a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.0-alpha04' implementation 'androidx.activity:activity-compose:1.6.1' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" @@ -61,7 +61,7 @@ dependencies { implementation "androidx.compose.material:material-icons-extended:1.3.1" // Input - implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0-alpha04' // Swipe Refresh implementation 'com.google.accompanist:accompanist-swiperefresh:0.24.13-rc' @@ -81,7 +81,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.8.1' // Websockets API - implementation 'com.squareup.okhttp3:okhttp:4.10.0' + implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' // Json Serialization implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1'