Merge pull request #1639 from RoboSats/dependabot/gradle/mobile/android/org.jetbrains.kotlin-kotlin-gradle-plugin-2.1.0
Some checks failed
Sync lnproxy relays / sync (push) Has been cancelled

chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 2.1.0 in /mobile/android
This commit is contained in:
KoalaSat 2024-12-08 18:47:49 +00:00 committed by GitHub
commit d3c797e56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ buildscript {
minSdkVersion = 26 minSdkVersion = 26
compileSdkVersion = 33 compileSdkVersion = 33
targetSdkVersion = 33 targetSdkVersion = 33
kotlin_version = "1.8.21" kotlin_version = "2.1.0"
if (System.properties['os.arch'] == "aarch64") { if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64 // For M1 Users we need to use the NDK 24 which added support for aarch64