aboutsummaryrefslogtreecommitdiff
path: root/src/android/build.gradle.kts
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-01 15:02:06 -0500
committerGitHub <noreply@github.com>2024-01-01 15:02:06 -0500
commitc3c676b7d69c35c37462fb0edd04d714e9a1f4e3 (patch)
tree4301881852e57113f602f01f166462cbda25f262 /src/android/build.gradle.kts
parentaa9ff2ffc2d9c3c1b7d6f4f6a7170acda7e17e9c (diff)
parentaa4d15594f7bfd1c1aeb5d9ba40a59ff689e25e7 (diff)
Merge pull request #12518 from t895/theme-settings
android: Migrate remaining settings to ini
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 {