diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-03-27 08:55:01 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-03-27 09:09:55 +0100 |
| commit | 136a866c2340a89d735bf077989b8847f0027b31 (patch) | |
| tree | e95be23502301dabf7d75049c884cfe134b41845 /android | |
| parent | 6b41d188a8bd338ac187cbaa9d6566822a7fa58b (diff) | |
| download | mullvadvpn-136a866c2340a89d735bf077989b8847f0027b31.tar.xz mullvadvpn-136a866c2340a89d735bf077989b8847f0027b31.zip | |
Bump ksp to 2.1.20-1.0.32
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 96f0d900fb..5eafcc91f4 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -52,7 +52,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-1.0.31" +kotlin-ksp = "2.1.20-1.0.32" kotlinx = "1.10.1" kotlinx-serialization = "2.1.20" |
