Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugi…
Browse files Browse the repository at this point in the history
…n to v1.9.24
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 368a723 commit b694d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
minSdkVersion = 23
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = '1.6.21' // (check what the latest version is!)
kotlinVersion = '1.9.24' // (check what the latest version is!)
ndkVersion = "23.1.7779620"
}
repositories {
Expand Down

0 comments on commit b694d01

Please sign in to comment.