Skip to content

Commit

Permalink
Merge pull request #1639 from RoboSats/dependabot/gradle/mobile/andro…
Browse files Browse the repository at this point in the history
…id/org.jetbrains.kotlin-kotlin-gradle-plugin-2.1.0

chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 2.1.0 in /mobile/android
  • Loading branch information
KoalaSat authored Dec 8, 2024
2 parents 290d0d9 + aaaefb1 commit d3c797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
minSdkVersion = 26
compileSdkVersion = 33
targetSdkVersion = 33
kotlin_version = "1.8.21"
kotlin_version = "2.1.0"

if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
Expand Down

0 comments on commit d3c797e

Please sign in to comment.