Skip to content

Commit 52dd459

Browse files
authored
Merge pull request #13 from nativeapptemplate/version_up_libraries
version up libraries
2 parents 0cb4c8a + 81671ce commit 52dd459

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
# AGP and tools should be updated together
3-
androidGradlePlugin = "8.7.3"
3+
androidGradlePlugin = "8.9.0"
44
androidxActivity = "1.9.3"
5-
androidxComposeBom = "2024.12.01"
5+
androidxComposeBom = "2025.02.00"
66
androidxCore = "1.15.0"
77
androidxCoreSplashscreen = "1.0.1"
88
androidxDataStore = "1.1.1"
@@ -16,21 +16,21 @@ composeQrCode = "1.0.1"
1616
dependencyAnalysis = "2.8.0"
1717
gmsPlugin = "4.4.2"
1818
googleOssPlugin = "0.10.6"
19-
hilt = "2.54"
19+
hilt = "2.56"
2020
junit4 = "4.13.2"
21-
kotlin = "2.1.0"
21+
kotlin = "2.1.10"
2222
kotlinxCoroutines = "1.10.1"
2323
kotlinxSerializationJson = "1.8.0"
24-
ksp = "2.1.0-1.0.29"
25-
lottie = "6.6.2"
24+
ksp = "2.1.10-1.0.31"
25+
lottie = "6.6.6"
2626
okHttp = "4.12.0"
2727
protobuf = "4.29.2"
2828
protobufPlugin = "0.9.4"
2929
retrofit = "2.11.0"
3030
retrofitKotlinxSerializationJson = "1.0.0"
3131
robolectric = "4.14.1"
32-
sandwich = "2.1.0"
33-
sandwichRetrofitSerialization = "2.1.0"
32+
sandwich = "2.1.1"
33+
sandwichRetrofitSerialization = "2.1.1"
3434

3535
[libraries]
3636
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }

0 commit comments

Comments
 (0)