Skip to content

Commit f9732a3

Browse files
Update kotlin monorepo to v1.9.21
1 parent 92699f0 commit f9732a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
minSdkVersion = 23
99
compileSdkVersion = 31
1010
targetSdkVersion = 31
11-
kotlin_version = "1.6.0" // Update this to your version
11+
kotlin_version = "1.9.21" // Update this to your version
1212

1313
if (System.properties['os.arch'] == "aarch64") {
1414
// For M1 Users we need to use the NDK 24 which added support for aarch64

0 commit comments

Comments
 (0)