Skip to content

Commit 52dbc41

Browse files
committed
Kotlin 1.6.0 version
1 parent caad191 commit 52dbc41

File tree

5 files changed

+4
-18
lines changed

5 files changed

+4
-18
lines changed

.idea/artifacts/crashkios_core_jvm_0_4_0.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/crashkios_jvm_0_4_0.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.30'
4+
ext.kotlin_version = '1.6.0'
55

66
repositories {
77
mavenCentral()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33

44
#kotlin.native.home=/Users/kgalligan/temp/kotlin-native-master-hold/dist
55
GROUP=co.touchlab
6-
VERSION_NAME=0.4.0
6+
VERSION_NAME=0.5.0
77

88
POM_URL=https://github.com/touchlab/CrashKios
99
POM_DESCRIPTION=Kotlin Native iOS Crash Report Library

0 commit comments

Comments
 (0)