Skip to content

Commit

Permalink
Update kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kamkin authored and Ivan Kamkin committed Oct 25, 2024
1 parent 4af0a37 commit f767b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}
ext.kotlin_version = '1.7.21'
ext.kotlin_version = '1.9.0'

0 comments on commit f767b51

Please sign in to comment.