From 48b5918c2d465b482de4f070879b5ad93cc248b3 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 15 Apr 2022 12:45:15 +0300 Subject: Update documentation, examples and test references to 1.6.20 (#2440) * Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest --- integration-tests/gradle/projects/it-basic/build.gradle.kts | 2 +- integration-tests/gradle/projects/it-basic/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'integration-tests/gradle/projects/it-basic') diff --git a/integration-tests/gradle/projects/it-basic/build.gradle.kts b/integration-tests/gradle/projects/it-basic/build.gradle.kts index f4585a87..a25f2262 100644 --- a/integration-tests/gradle/projects/it-basic/build.gradle.kts +++ b/integration-tests/gradle/projects/it-basic/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { } } -version = "1.6.10-SNAPSHOT" +version = "1.6.20-SNAPSHOT" apply(from = "../template.root.gradle.kts") diff --git a/integration-tests/gradle/projects/it-basic/gradle.properties b/integration-tests/gradle/projects/it-basic/gradle.properties index 04177526..64b8ac75 100644 --- a/integration-tests/gradle/projects/it-basic/gradle.properties +++ b/integration-tests/gradle/projects/it-basic/gradle.properties @@ -1 +1 @@ -dokka_it_kotlin_version=1.6.10 +dokka_it_kotlin_version=1.6.20 -- cgit