diff --git a/mobile/android/build.gradle b/mobile/android/build.gradle index 6b591142..3c7add3e 100644 --- a/mobile/android/build.gradle +++ b/mobile/android/build.gradle @@ -8,7 +8,7 @@ buildscript { minSdkVersion = 26 compileSdkVersion = 33 targetSdkVersion = 33 - kotlin_version = "2.1.20" + kotlin_version = "2.1.21" if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the NDK 24 which added support for aarch64