Skip to content

Commit

Permalink
Release alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Jan 14, 2024
1 parent d2f345e commit 4af8f28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ xcodeproj=./ios

# POM file
GROUP=ai.wandering.scoop
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0-alpha01
POM_PACKAGING=pom
POM_DESCRIPTION=Scoop's Kotlin SDK

Expand Down
3 changes: 3 additions & 0 deletions v1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ kotlin {
androidTarget()
jvm()
applyDefaultHierarchyTemplate()
iosX64()
iosArm64()
iosSimulatorArm64()
js()

sourceSets {
Expand Down

0 comments on commit 4af8f28

Please sign in to comment.