Миграция на новую версию Kotlin/Compose
This commit is contained in:
+4
-4
@@ -69,9 +69,9 @@ dependencies {
|
||||
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
|
||||
implementation "androidx.compose.material:material-icons-extended:$compose_version"
|
||||
implementation "com.google.accompanist:accompanist-swiperefresh:0.23.0"
|
||||
implementation "com.google.accompanist:accompanist-navigation-animation:0.24.1-alpha"
|
||||
implementation "com.google.accompanist:accompanist-navigation-animation:0.30.0"
|
||||
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.6.4'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
|
||||
@@ -79,11 +79,11 @@ dependencies {
|
||||
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
||||
|
||||
//LazyHorizontalGrid
|
||||
implementation 'androidx.compose.foundation:foundation:1.3.1'
|
||||
implementation 'androidx.compose.foundation:foundation:1.4.1'
|
||||
|
||||
// The compose calendar library
|
||||
implementation 'com.kizitonwose.calendar:compose:2.1.1'
|
||||
|
||||
implementation "io.coil-kt:coil-compose:2.2.0"
|
||||
implementation "io.coil-kt:coil-compose:2.3.0"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user