Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Dec 3, 2024
1 parent 0a69ded commit bc4bf92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion allshared/allshared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'allshared'
spec.version = '0.1.6'
spec.version = '0.1.17'
spec.homepage = 'https://www.touchlab.co'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion allshared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
kotlin {

listOf(
iosX64(),
// iosX64(),
iosArm64(),
iosSimulatorArm64()
)
Expand Down
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.14
LIBRARY_VERSION=0.1.19
GROUP=co.touchlab.kmmbridgecocoapodsquickstart

0 comments on commit bc4bf92

Please sign in to comment.