Skip to content

Commit

Permalink
Update Kotlin to 1.9.21 and AGP to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soupslurpr committed Dec 8, 2023
1 parent e8f6d03 commit 9020569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
}

0 comments on commit 9020569

Please sign in to comment.