From ee160b76a86e2011135eb7e9b00016dbfc08eece Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 3 Sep 2024 15:54:54 -0400 Subject: [PATCH] Updates zoomable and kotlin serialization --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74d43ac48..913f78a3e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ jna = "5.14.0" junit = "4.13.2" kotlin = "2.0.0" kotlinxCollectionsImmutable = "0.3.7" -kotlinxSerialization = "1.7.1" +kotlinxSerialization = "1.7.2" kotlinxSerializationPlugin = "2.0.0" languageId = "17.0.6" lazysodiumAndroid = "5.1.0" @@ -46,7 +46,7 @@ unifiedpush = "2.3.1" urlDetector = "0.1.23" vico-charts = "1.15.0" zelory = "3.0.1" -zoomable = "1.6.1" +zoomable = "1.6.2" zxing = "3.5.3" zxingAndroidEmbedded = "4.3.0" windowCoreAndroid = "1.3.0"