summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-04-10 13:43:23 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-04-10 16:06:01 +0200
commit49cef5e9eac7091b5f80d744c15b44ac99e08132 (patch)
tree71f638b30c09423e972c639f6037053d48ffcc9f /android
parent252b3cf532d10f5cc26beab73b125652a8182aba (diff)
downloadmullvadvpn-49cef5e9eac7091b5f80d744c15b44ac99e08132.tar.xz
mullvadvpn-49cef5e9eac7091b5f80d744c15b44ac99e08132.zip
Bump ksp to 2.0.0
Diffstat (limited to 'android')
-rw-r--r--android/gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml
index 6cef172dfa..d3ffe0028b 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.32"
+kotlin-ksp = "2.1.20-2.0.0"
kotlinx = "1.10.1"
kotlinx-serialization = "2.1.20"