diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 54a4dd6..561804d 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } dependencies { - implementation("org.burnoutcrew.composereorderable:reorderable:0.8.0") + implementation("org.burnoutcrew.composereorderable:reorderable:0.8.1") implementation("androidx.compose.runtime:runtime:1.2.0-beta01") implementation("androidx.compose.material:material:1.2.0-beta01") implementation("androidx.activity:activity-compose:1.4.0") diff --git a/reorderable/build.gradle.kts b/reorderable/build.gradle.kts index a260ce9..007846d 100644 --- a/reorderable/build.gradle.kts +++ b/reorderable/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "org.burnoutcrew.composereorderable" -version = "0.8.0" +version = "0.8.1" kotlin { jvm()