diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-02-17 09:24:39 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-02-18 07:53:39 +0100 |
| commit | 373cb3d7f316d0f776ca50f3183f897392fab77d (patch) | |
| tree | aaafd6c92597a3fb3323a488277c860ab774795f /android | |
| parent | c330df368f74e7f0556aa0fc1c34bfc72e5f2f71 (diff) | |
| download | mullvadvpn-373cb3d7f316d0f776ca50f3183f897392fab77d.tar.xz mullvadvpn-373cb3d7f316d0f776ca50f3183f897392fab77d.zip | |
Bump ksp to 2.1.10-1.0.30
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 f4bdf9bedd..b3c1efaece 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -47,7 +47,7 @@ ktor = "3.1.0" # 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.29" +kotlin-ksp = "2.1.10-1.0.30" kotlinx = "1.10.1" kotlinx-serialization = "2.1.10" |
