diff --git a/README.md b/README.md index 7a45bab..52fe6c9 100644 --- a/README.md +++ b/README.md @@ -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") } } } diff --git a/gradle.properties b/gradle.properties index 5f06eeb..e238d4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/insetsx/build.gradle.kts b/insetsx/build.gradle.kts index ca0251c..d94cbf2 100644 --- a/insetsx/build.gradle.kts +++ b/insetsx/build.gradle.kts @@ -6,7 +6,9 @@ plugins { } kotlin { - android() + android { + publishLibraryVariants("release") + } listOf( iosX64("uikitX64"),