From 6a32780fdb05db2061b66384150eb68f43ceb4c6 Mon Sep 17 00:00:00 2001 From: bennyhuo Date: Sun, 15 Dec 2024 22:13:16 +0800 Subject: [PATCH] Bump Kotlin to 2.0.20. --- .gitignore | 3 ++- build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4446b63..af3181b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ local.properties build captures .externalNativeBuild -.cxx \ No newline at end of file +.cxx +.kotlin \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c053ef8..b433cce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "7.1.3" apply false id("com.android.library") version "7.1.3" apply false - id("org.jetbrains.kotlin.android") version "2.0.0" apply false + id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.vanniktech.maven.publish") version "0.18.0" apply false id("com.github.gmazzo.buildconfig") version "2.1.0" apply false } diff --git a/gradle.properties b/gradle.properties index a42334b..de4081d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official android.nonTransitiveRClass=true KOTLIN_PLUGIN_ID=com.kanyun.kace -VERSION_NAME=2.0.0-1.2.0-SNAPSHOT +VERSION_NAME=2.0.20-1.2.0-SNAPSHOT GROUP=com.kanyun.kace