Skip to content

Commit d53573d

Browse files
authored
Merge pull request #1708 from RoboSats/dependabot/gradle/mobile/android/org.jetbrains.kotlin-kotlin-gradle-plugin-2.1.10
chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.0 to 2.1.10 in /mobile/android
2 parents 6384cde + 2a1446b commit d53573d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
minSdkVersion = 26
99
compileSdkVersion = 33
1010
targetSdkVersion = 33
11-
kotlin_version = "2.1.0"
11+
kotlin_version = "2.1.10"
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)