From e606028cd1f09ca149ac70179dcabe74bd5e4de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Cla=C3=9Fen?= Date: Thu, 27 Oct 2022 00:59:25 +0200 Subject: [PATCH] Update dependencies --- android/build.gradle.kts | 6 +++--- reorderable/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 5e53222..e4e00b1 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -6,13 +6,13 @@ plugins { dependencies { implementation(project(":reorderable")) - implementation("androidx.compose.runtime:runtime:1.2.1") + implementation("androidx.compose.runtime:runtime:1.3.0") implementation("androidx.compose.material:material:1.3.0") - implementation("androidx.activity:activity-compose:1.6.0") + implementation("androidx.activity:activity-compose:1.6.1") implementation("com.google.android.material:material:1.7.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1") - implementation("androidx.navigation:navigation-compose:2.5.2") + implementation("androidx.navigation:navigation-compose:2.5.3") implementation("io.coil-kt:coil-compose:2.2.2") } diff --git a/reorderable/build.gradle.kts b/reorderable/build.gradle.kts index 642b7e1..2d57803 100644 --- a/reorderable/build.gradle.kts +++ b/reorderable/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.burnoutcrew.composereorderable" -version = "0.9.3" +version = "0.9.4" kotlin { jvm()