From 8db9a892378ed20574b88f79fcafcbf7c676eb52 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 7 Apr 2023 16:33:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=B3=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2=D1=83=D1=8E=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20Kotlin/Compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 ++++---- build.gradle | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cc56949..8034392 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 1f6d3b7..62e0d20 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ buildscript { ext { - compose_version = '1.1.0' + compose_version = '1.4.1' } -}// Top-level build file where you can add configuration options common to all sub-projects/modules. +} plugins { id 'com.android.application' version '7.2.1' apply false id 'com.android.library' version '7.2.1' apply false - id 'org.jetbrains.kotlin.android' version '1.6.10' apply false + id 'org.jetbrains.kotlin.android' version '1.8.0' apply false } task clean(type: Delete) { delete rootProject.buildDir