Skip to content

Commit

Permalink
Merge pull request #19 from mori-atsushi/fix-publish
Browse files Browse the repository at this point in the history
Fix publish settings for android
  • Loading branch information
mori-atsushi authored May 6, 2023
2 parents d4e3a38 + 063b53e commit b9dc0c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha01")
implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha03")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ org.jetbrains.compose.experimental.uikit.enabled=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
GROUP=com.moriatsushi.insetsx
VERSION_NAME=0.1.0-alpha02
VERSION_NAME=0.1.0-alpha03

POM_NAME=InsetsX
POM_DESCRIPTION=WindowInsets utility for compose multiplatform
Expand Down
4 changes: 3 additions & 1 deletion insetsx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ plugins {
}

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

listOf(
iosX64("uikitX64"),
Expand Down

0 comments on commit b9dc0c2

Please sign in to comment.