Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Release environment compilation error - missing dependency aclassen#8
  • Loading branch information
aclassen committed Aug 30, 2021
1 parent 41ebbe9 commit adadcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reorderable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ plugins {
}

group = "org.burnoutcrew.composereorderable"
version = "0.6.1"
version = "0.6.2"

kotlin {
android {
publishLibraryVariants( "debug")
publishLibraryVariants( "debug","release")
}
jvm("desktop")
sourceSets {
Expand Down

0 comments on commit adadcf8

Please sign in to comment.