Skip to content

Commit

Permalink
Bump Kotlin to 2.0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Dec 15, 2024
1 parent c6445bf commit 6a32780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ local.properties
build
captures
.externalNativeBuild
.cxx
.cxx
.kotlin
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a32780

Please sign in to comment.