File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ kotlin {
4040 watchosSimulatorArm64()
4141// watchosX86()
4242 watchosX64()
43+ watchosDeviceArm64()
4344 tvosArm64()
4445 tvosSimulatorArm64()
4546 tvosX64()
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ kotlin {
3838 watchosSimulatorArm64()
3939// watchosX86()
4040 watchosX64()
41+ watchosDeviceArm64()
4142 tvosArm64()
4243 tvosSimulatorArm64()
4344 tvosX64()
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ kotlin {
4040 watchosSimulatorArm64()
4141// watchosX86()
4242 watchosX64()
43+ watchosDeviceArm64()
4344 tvosArm64()
4445 tvosSimulatorArm64()
4546 tvosX64()
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2g
22android.useAndroidX =true
33kotlin.code.style =official
4-
54# kotlin.native.home=/Users/kgalligan/temp/kotlin-native-master-hold/dist
65SONATYPE_HOST =DEFAULT
76RELEASE_SIGNING_ENABLED =true
87GROUP =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
1311BUGSNAG_ANDROID_VERSION =5.28.1
1412CRASHLYTICS_ANDROID_VERSION =18.3.1
15-
1613POM_URL =https://github.com/touchlab/CrashKios
1714POM_DESCRIPTION =Kotlin Native iOS Crash Report Library
1815POM_NAME =CrashKios
@@ -33,4 +30,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
3330kotlin.native.enableDependencyPropagation =false
3431kotlin.mpp.enableCInteropCommonization =true
3532kotlin.mpp.commonizerLogLevel =info
36- kotlin.mpp.enableCompatibilityMetadataVariant =true
33+ kotlin.mpp.enableCompatibilityMetadataVariant =true
You can’t perform that action at this time.
0 commit comments