We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017d5c6 commit 56677a1Copy full SHA for 56677a1
1 file changed
library/build.gradle.kts
@@ -31,7 +31,6 @@ kotlin {
31
iosSimulatorArm64()
32
33
linuxX64()
34
- linuxArm64()
35
36
applyDefaultHierarchyTemplate()
37
@@ -58,7 +57,7 @@ android {
58
57
mavenPublishing {
59
60
group = "io.github.plumsoftware"
61
- version = "0.0.4"
+ version = "0.0.6"
62
63
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
64
0 commit comments