Skip to content

Commit

Permalink
add android release in device frame module
Browse files Browse the repository at this point in the history
  • Loading branch information
esafirm committed Dec 20, 2022
1 parent 1986011 commit 67f25f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion device-frame/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ android {

kotlin {
jvm()
android()
android {
publishLibraryVariants("release")
}

sourceSets {
named("commonMain") {
Expand Down

0 comments on commit 67f25f0

Please sign in to comment.