We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123170 commit 5afdcc6Copy full SHA for 5afdcc6
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-alpha08")
+ implementation("com.moriatsushi.insetsx:insetsx:0.1.0-alpha09")
25
}
26
27
gradle.properties
@@ -24,7 +24,7 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
GROUP=com.moriatsushi.insetsx
-VERSION_NAME=0.1.0-alpha08
+VERSION_NAME=0.1.0-alpha09
28
29
POM_NAME=InsetsX
30
POM_DESCRIPTION=WindowInsets utility for compose multiplatform
0 commit comments