diff options
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 5d134f20f..93232701d 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | plugins { | 2 | plugins { |
| 3 | id("com.android.application") version "8.0.1" apply false | 3 | id("com.android.application") version "8.0.1" apply false |
| 4 | id("com.android.library") version "8.0.1" apply false | 4 | id("com.android.library") version "8.0.1" apply false |
| 5 | id("org.jetbrains.kotlin.android") version "1.8.10" apply false | 5 | id("org.jetbrains.kotlin.android") version "1.8.21" apply false |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | tasks.register("clean").configure { | 8 | tasks.register("clean").configure { |