Skip to content

Commit

Permalink
Try versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 18, 2024
1 parent e67ab3b commit 6219994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions allshared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ kotlin {

kmmbridge {
gitHubReleaseArtifacts()
spm {
iOS("16")
swiftToolsVersion = "5.7"
spm(swiftToolVersion = "5.8") {
iOS { v("14") }
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ kotlin.code.style=official
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4g

LIBRARY_VERSION=0.1.12
LIBRARY_VERSION=0.1.13
GROUP=co.touchlab-lab.releasetest
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ compileSdk = "34"
# Dependencies
kotlin = "1.9.22"
kmmBridge = "0.6.0-alpha4"
android-gradle-plugin = "8.3.2"
android-gradle-plugin = "8.2.0"
coroutines = "1.8.0"
kotlinx-datetime = "0.5.0"
ktor = "2.3.9"
Expand Down

0 comments on commit 6219994

Please sign in to comment.