We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd9ef5 + 02061ea commit 56a3975Copy full SHA for 56a3975
README.md
@@ -21,7 +21,7 @@ kotlin {
21
sourceSets {
22
val commonMain by getting {
23
dependencies {
24
- implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha05")
+ implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha06")
25
}
26
27
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-alpha05
+VERSION_NAME=0.1.0-alpha06
POM_NAME=InsetsX
28
POM_DESCRIPTION=WindowInsets utility for compose multiplatform
0 commit comments