diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 011dbeb..435e991 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] # AGP and tools should be updated together -androidGradlePlugin = "8.7.3" +androidGradlePlugin = "8.9.0" androidxActivity = "1.9.3" -androidxComposeBom = "2024.12.01" +androidxComposeBom = "2025.02.00" androidxCore = "1.15.0" androidxCoreSplashscreen = "1.0.1" androidxDataStore = "1.1.1" @@ -16,21 +16,21 @@ composeQrCode = "1.0.1" dependencyAnalysis = "2.8.0" gmsPlugin = "4.4.2" googleOssPlugin = "0.10.6" -hilt = "2.54" +hilt = "2.56" junit4 = "4.13.2" -kotlin = "2.1.0" +kotlin = "2.1.10" kotlinxCoroutines = "1.10.1" kotlinxSerializationJson = "1.8.0" -ksp = "2.1.0-1.0.29" -lottie = "6.6.2" +ksp = "2.1.10-1.0.31" +lottie = "6.6.6" okHttp = "4.12.0" protobuf = "4.29.2" protobufPlugin = "0.9.4" retrofit = "2.11.0" retrofitKotlinxSerializationJson = "1.0.0" robolectric = "4.14.1" -sandwich = "2.1.0" -sandwichRetrofitSerialization = "2.1.0" +sandwich = "2.1.1" +sandwichRetrofitSerialization = "2.1.1" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }