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.10
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 8fb31ac commit f7584f9
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.10' // (check what the latest version is!)
ndkVersion = "23.1.7779620"
}
repositories {
Expand Down

0 comments on commit f7584f9

Please sign in to comment.