diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-05-08 16:07:36 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-05-09 09:22:40 +0200 |
| commit | c9f9032a32a1963eba152f7696b9c6004fda9362 (patch) | |
| tree | 84f96b801fd3539a6cd1b123c64887cb11b586a2 /android | |
| parent | 231bf1c1a60d045477aabc88f2f923a74cc93d64 (diff) | |
| download | mullvadvpn-c9f9032a32a1963eba152f7696b9c6004fda9362.tar.xz mullvadvpn-c9f9032a32a1963eba152f7696b9c6004fda9362.zip | |
Bump ksp to 2.1.20-2.0.1
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 c3a0d0da76..dc4610d1e7 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -53,7 +53,7 @@ ktor = "3.0.3" # Bump kotlin and kotlin-ksp together, find matching release here: # https://github.com/google/ksp/releases kotlin = "2.1.20" -kotlin-ksp = "2.1.20-2.0.0" +kotlin-ksp = "2.1.20-2.0.1" kotlinx = "1.10.2" kotlinx-serialization = "1.8.1" |
