diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-07-31 11:21:52 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-31 14:55:26 +0200 |
| commit | 212c9c1aabe17763f0ed807b2d3fca15f2305c8b (patch) | |
| tree | d6873e36c93f35dbee458793e27f94e54ffc3f22 | |
| parent | 81e77aa37a78ecdd92bd043bb75f1e9f6da986a7 (diff) | |
| download | mullvadvpn-212c9c1aabe17763f0ed807b2d3fca15f2305c8b.tar.xz mullvadvpn-212c9c1aabe17763f0ed807b2d3fca15f2305c8b.zip | |
Bump ktor to 3.2.3
| -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 58fd4200f8..92fb8b5048 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -66,7 +66,7 @@ koin-compose = "4.1.0" # Ktor # Bumping to 3.1.0 causes an AbstractMethodError in the serialization logic (DROID-1820). -ktor = "3.0.3" +ktor = "3.2.3" # Kotlin # Bump kotlin and kotlin-ksp together, find matching release here: |
