From 1a7f7064a825dc68fd3cec4da4b25e834e349712 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Thu, 4 Jul 2019 13:30:13 +0300 Subject: [PATCH] Updated samples to the latest rlease --- samples/androidNativeActivity/gradle.properties | 2 +- samples/calculator/gradle.properties | 2 +- samples/cocoapods/kotlin-library/gradle.properties | 2 +- samples/gradle.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/androidNativeActivity/gradle.properties b/samples/androidNativeActivity/gradle.properties index 3a4b747fbd0..cbdf0de625a 100644 --- a/samples/androidNativeActivity/gradle.properties +++ b/samples/androidNativeActivity/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../dist diff --git a/samples/calculator/gradle.properties b/samples/calculator/gradle.properties index 6a99cd4232a..dadfefed86c 100644 --- a/samples/calculator/gradle.properties +++ b/samples/calculator/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../../dist diff --git a/samples/cocoapods/kotlin-library/gradle.properties b/samples/cocoapods/kotlin-library/gradle.properties index 6a99cd4232a..dadfefed86c 100644 --- a/samples/cocoapods/kotlin-library/gradle.properties +++ b/samples/cocoapods/kotlin-library/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../../dist diff --git a/samples/gradle.properties b/samples/gradle.properties index 78f372564f1..07d7340d745 100644 --- a/samples/gradle.properties +++ b/samples/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../dist