Merge pull request #1942 from RoboSats/dependabot/gradle/mobile/android/org.jetbrains.kotlin-kotlin-gradle-plugin-2.1.21

chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.1.21 in /mobile/android
This commit is contained in:
KoalaSat
2025-05-20 12:25:38 +00:00
committed by GitHub

View File

@ -8,7 +8,7 @@ buildscript {
minSdkVersion = 26 minSdkVersion = 26
compileSdkVersion = 33 compileSdkVersion = 33
targetSdkVersion = 33 targetSdkVersion = 33
kotlin_version = "2.1.20" kotlin_version = "2.1.21"
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