refactor: upgrade okhttp and loggingInterceptor

This commit is contained in:
2026-06-12 13:09:30 +02:00
parent bd0c8e477b
commit 8baa9ad398
+2 -2
View File
@@ -11,8 +11,8 @@ activityCompose = "1.13.0"
kotlin = "2.4.0" kotlin = "2.4.0"
composeBom = "2026.05.01" composeBom = "2026.05.01"
lifecycleViewmodelKtx = "2.10.0" lifecycleViewmodelKtx = "2.10.0"
loggingInterceptor = "5.3.2" loggingInterceptor = "5.4.0"
okhttp = "5.3.2" okhttp = "5.4.0"
retrofit = "3.0.0" retrofit = "3.0.0"
zxing-embedded = "4.3.0" zxing-embedded = "4.3.0"
navigationCompose = "2.9.8" navigationCompose = "2.9.8"