Skip to content

Commit

Permalink
Update Kotlin to 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Jul 7, 2023
1 parent 00715be commit 5c3e638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 "4.2.2" apply false
id("com.android.library") version "4.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.0-RC" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" 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 kace-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id("com.android.application") apply false
id("com.android.library") apply false
id("org.jetbrains.kotlin.android") version "1.9.0-RC" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("com.kanyun.kace") version "0.0.0-SNAPSHOT" apply false
}

Expand Down

0 comments on commit 5c3e638

Please sign in to comment.