diff --git a/mobile/android/build.gradle b/mobile/android/build.gradle index 0c26ae68..b7f48825 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.0" + kotlin_version = "2.1.10" if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the NDK 24 which added support for aarch64