diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-08-28 08:07:39 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-08-28 11:16:23 +0200 |
| commit | a9588c5e4a58f6c042fff76143e6175d05d542f2 (patch) | |
| tree | 056f15f7d74af08572c60acdd7c199169d8018b1 | |
| parent | fe878b2727f30d4120d32591d4285f8e986a8090 (diff) | |
| download | mullvadvpn-a9588c5e4a58f6c042fff76143e6175d05d542f2.tar.xz mullvadvpn-a9588c5e4a58f6c042fff76143e6175d05d542f2.zip | |
Bump kotlin to 2.2.10
| -rw-r--r-- | android/gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 6c41207947..169065e09c 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -68,7 +68,7 @@ ktor = "3.2.3" # Kotlin # Bump kotlin and kotlin-ksp together, find matching release here: # https://github.com/google/ksp/releases -kotlin = "2.2.0" +kotlin = "2.2.10" kotlin-ksp = "2.2.0-2.0.2" kotlinx = "1.10.2" kotlinx-serialization-json = "1.9.0" |
