Skip to content

Commit

Permalink
fix android publish
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Apr 24, 2023
1 parent 3080e63 commit 8cf9cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ android {
}

kotlin {
android()
android {
publishLibraryVariants("release", "debug")
}

jvm()

Expand Down Expand Up @@ -91,8 +93,6 @@ kotlin {
}
}

version = "1"

val klockVersion = "2.4.13"
val ktorVersion = "1.6.7"
val coroutinesVersion = "1.6.4"
Expand Down

0 comments on commit 8cf9cf7

Please sign in to comment.