diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-03-12 19:25:06 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-03-14 09:32:58 +0100 |
| commit | 561d9da0d99f6d0dded2dce33f334a978c56ed2d (patch) | |
| tree | 1946b0a8c691c454f4ae50249315e9e5d5609b02 /android | |
| parent | 58009bb793d68adcbcada18235c1fe6f575c1f4c (diff) | |
| download | mullvadvpn-561d9da0d99f6d0dded2dce33f334a978c56ed2d.tar.xz mullvadvpn-561d9da0d99f6d0dded2dce33f334a978c56ed2d.zip | |
Bump ksp to 2.1.10-1.0.31
Diffstat (limited to 'android')
| -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 458ba90502..a08156e864 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -49,7 +49,7 @@ ktor = "3.0.3" # Bump kotlin and kotlin-ksp together, find matching release here: # https://github.com/google/ksp/releases kotlin = "2.1.10" -kotlin-ksp = "2.1.10-1.0.30" +kotlin-ksp = "2.1.10-1.0.31" kotlinx = "1.10.1" kotlinx-serialization = "2.1.10" |
