diff options
| author | 2023-05-04 04:27:27 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:59 -0700 | |
| commit | b0bef6173aa91e16bb81fe0118005dc003613654 (patch) | |
| tree | 1d4f20011c7da7b39afed3953694ab93acfe58be /src/android | |
| parent | android: Disable jetifier (diff) | |
| download | yuzu-b0bef6173aa91e16bb81fe0118005dc003613654.tar.gz yuzu-b0bef6173aa91e16bb81fe0118005dc003613654.tar.xz yuzu-b0bef6173aa91e16bb81fe0118005dc003613654.zip | |
android: Update to Kotlin 1.8.21
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 { |