mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 18:53:04 +02:00
Updating dependencies
This commit is contained in:
@@ -48,7 +48,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.core:core-ktx:1.9.0'
|
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.activity:activity-compose:1.6.1'
|
||||||
implementation "androidx.compose.ui:ui:$compose_ui_version"
|
implementation "androidx.compose.ui:ui:$compose_ui_version"
|
||||||
implementation "androidx.compose.ui:ui-tooling-preview:$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"
|
implementation "androidx.compose.material:material-icons-extended:1.3.1"
|
||||||
|
|
||||||
// Input
|
// Input
|
||||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0-alpha04'
|
||||||
|
|
||||||
// Swipe Refresh
|
// Swipe Refresh
|
||||||
implementation 'com.google.accompanist:accompanist-swiperefresh:0.24.13-rc'
|
implementation 'com.google.accompanist:accompanist-swiperefresh:0.24.13-rc'
|
||||||
@@ -81,7 +81,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation 'com.squareup.retrofit2:converter-gson:2.8.1'
|
implementation 'com.squareup.retrofit2:converter-gson:2.8.1'
|
||||||
// Websockets API
|
// Websockets API
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11'
|
||||||
|
|
||||||
// Json Serialization
|
// Json Serialization
|
||||||
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1'
|
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1'
|
||||||
|
Reference in New Issue
Block a user