summaryrefslogtreecommitdiff
path: root/src/android/build.gradle.kts
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2023-12-23 19:01:22 -0500
committert895 <clombardo169@gmail.com>2023-12-30 15:11:00 -0500
commitb2b4742e611a827f7f1c9eeb31ec26717f6f7b94 (patch)
treea2f9c5ae385071dfe3a118d1567029586440ff2c /src/android/build.gradle.kts
parent09bfc852dc0d1f0a01e9a0cd4003d787c5ee07b2 (diff)
android: Update Kotlin version to 1.9.20
Diffstat (limited to 'src/android/build.gradle.kts')
-rw-r--r--src/android/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts
index 51e559321..b77906ed6 100644
--- a/src/android/build.gradle.kts
+++ b/src/android/build.gradle.kts
@@ -5,7 +5,7 @@
plugins {
id("com.android.application") version "8.1.2" apply false
id("com.android.library") version "8.1.2" apply false
- id("org.jetbrains.kotlin.android") version "1.8.21" apply false
+ id("org.jetbrains.kotlin.android") version "1.9.20" apply false
}
tasks.register("clean").configure {