We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6384cde + 2a1446b commit d53573dCopy full SHA for d53573d
mobile/android/build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
minSdkVersion = 26
9
compileSdkVersion = 33
10
targetSdkVersion = 33
11
- kotlin_version = "2.1.0"
+ kotlin_version = "2.1.10"
12
13
if (System.properties['os.arch'] == "aarch64") {
14
// For M1 Users we need to use the NDK 24 which added support for aarch64
0 commit comments