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 --- examples/maven/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/maven') diff --git a/examples/maven/pom.xml b/examples/maven/pom.xml index 13247f1f..8e6c4ca2 100644 --- a/examples/maven/pom.xml +++ b/examples/maven/pom.xml @@ -8,8 +8,8 @@ kotlin-maven-example 1.0-SNAPSHOT - 1.6.10 - 1.6.10 + 1.6.20 + 1.6.20 -- cgit