Revert reorderable bump until upstream issue is fixed (#3035)

This commit is contained in:
Daniel Shokouhi 2022-11-03 10:40:35 -07:00 committed by GitHub
parent 38ea6e8dcd
commit 8a50f0d048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,7 +201,7 @@ dependencies {
implementation("com.mikepenz:iconics-compose:5.4.0")
implementation("com.mikepenz:community-material-typeface:7.0.96.0-kotlin@aar")
"fullImplementation"("org.burnoutcrew.composereorderable:reorderable:0.9.4")
"fullImplementation"("org.burnoutcrew.composereorderable:reorderable:0.9.2")
implementation("com.github.AppDevNext:ChangeLog:3.4")
}