diff options
| -rw-r--r-- | src/android/app/build.gradle.kts | 2 | ||||
| -rw-r--r-- | src/android/build.gradle.kts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index f763c657e..53aafa08c 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts | |||
| @@ -10,7 +10,7 @@ plugins { | |||
| 10 | id("com.android.application") | 10 | id("com.android.application") |
| 11 | id("org.jetbrains.kotlin.android") | 11 | id("org.jetbrains.kotlin.android") |
| 12 | id("kotlin-parcelize") | 12 | id("kotlin-parcelize") |
| 13 | kotlin("plugin.serialization") version "1.8.21" | 13 | kotlin("plugin.serialization") version "1.9.20" |
| 14 | id("androidx.navigation.safeargs.kotlin") | 14 | id("androidx.navigation.safeargs.kotlin") |
| 15 | id("org.jlleitschuh.gradle.ktlint") version "11.4.0" | 15 | id("org.jlleitschuh.gradle.ktlint") version "11.4.0" |
| 16 | } | 16 | } |
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 @@ | |||
| 5 | plugins { | 5 | plugins { |
| 6 | id("com.android.application") version "8.1.2" apply false | 6 | id("com.android.application") version "8.1.2" apply false |
| 7 | id("com.android.library") version "8.1.2" apply false | 7 | id("com.android.library") version "8.1.2" apply false |
| 8 | id("org.jetbrains.kotlin.android") version "1.8.21" apply false | 8 | id("org.jetbrains.kotlin.android") version "1.9.20" apply false |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | tasks.register("clean").configure { | 11 | tasks.register("clean").configure { |