Skip to content

Commit 2e5f62e

Browse files
authored
Merge pull request #50 from touchlab/rw/new-watchos-target
Bump to Kotlin 1.8.10 and add new watchos target
2 parents cab1385 + dba2a89 commit 2e5f62e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bugsnag/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ kotlin {
4040
watchosSimulatorArm64()
4141
// watchosX86()
4242
watchosX64()
43+
watchosDeviceArm64()
4344
tvosArm64()
4445
tvosSimulatorArm64()
4546
tvosX64()

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ kotlin {
3838
watchosSimulatorArm64()
3939
// watchosX86()
4040
watchosX64()
41+
watchosDeviceArm64()
4142
tvosArm64()
4243
tvosSimulatorArm64()
4344
tvosX64()

crashlytics/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ kotlin {
4040
watchosSimulatorArm64()
4141
// watchosX86()
4242
watchosX64()
43+
watchosDeviceArm64()
4344
tvosArm64()
4445
tvosSimulatorArm64()
4546
tvosX64()

gradle.properties

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
org.gradle.jvmargs=-Xmx2g
22
android.useAndroidX=true
33
kotlin.code.style=official
4-
54
#kotlin.native.home=/Users/kgalligan/temp/kotlin-native-master-hold/dist
65
SONATYPE_HOST=DEFAULT
76
RELEASE_SIGNING_ENABLED=true
87
GROUP=co.touchlab.crashkios
9-
VERSION_NAME=0.8.1
10-
NSEXCEPTION_KT_VERSION=0.1.1
11-
KOTLIN_VERSION=1.7.20
12-
#KOTLIN_VERSION=1.8.0-Beta
8+
VERSION_NAME=0.8.2
9+
NSEXCEPTION_KT_VERSION=0.1.5
10+
KOTLIN_VERSION=1.8.10
1311
BUGSNAG_ANDROID_VERSION=5.28.1
1412
CRASHLYTICS_ANDROID_VERSION=18.3.1
15-
1613
POM_URL=https://github.com/touchlab/CrashKios
1714
POM_DESCRIPTION=Kotlin Native iOS Crash Report Library
1815
POM_NAME=CrashKios
@@ -33,4 +30,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
3330
kotlin.native.enableDependencyPropagation=false
3431
kotlin.mpp.enableCInteropCommonization=true
3532
kotlin.mpp.commonizerLogLevel=info
36-
kotlin.mpp.enableCompatibilityMetadataVariant=true
33+
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 commit comments

Comments
 (0)