We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a23ee commit 5b418c9Copy full SHA for 5b418c9
android/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
dependencies {
8
- implementation("org.burnoutcrew.composereorderable:reorderable:0.8.0")
+ implementation("org.burnoutcrew.composereorderable:reorderable:0.8.1")
9
implementation("androidx.compose.runtime:runtime:1.2.0-beta01")
10
implementation("androidx.compose.material:material:1.2.0-beta01")
11
implementation("androidx.activity:activity-compose:1.4.0")
reorderable/build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
group = "org.burnoutcrew.composereorderable"
12
-version = "0.8.0"
+version = "0.8.1"
13
14
kotlin {
15
jvm()
0 commit comments