Skip to content

Commit 6f59b18

Browse files
Update dependencies
1 parent 6dcac76 commit 6f59b18

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

gradle/libs.versions.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
androidPlugin = "8.7.2"
3-
kotlinPlugin = "2.0.21"
4-
sentryPlugin = "4.13.0"
5-
openapiPlugin = "7.9.0"
2+
androidPlugin = "8.7.3"
3+
kotlinPlugin = "2.1.0"
4+
sentryPlugin = "4.14.1"
5+
openapiPlugin = "7.10.0"
66
protobufPlugin = "0.9.4"
7-
kspPlugin = "2.0.21-1.0.27"
8-
androidxComposeBom = "2024.10.01"
7+
kspPlugin = "2.1.0-1.0.29"
8+
androidxComposeBom = "2024.11.00"
99
androidxActivity = "1.9.3"
1010
androidxComposeAnimation = "1.7.5"
1111
androidxComposeMaterialAdaptive = "1.0.0"
@@ -14,20 +14,20 @@ androidxDatastore = "1.1.1"
1414
androidxEspressoCore = "3.6.1"
1515
androidxHilt = "1.2.0"
1616
androidxLifecycle = "2.8.7"
17-
androidxNavigation = "2.8.3"
17+
androidxNavigation = "2.8.4"
1818
androidxJunit = "1.2.1"
1919
androidxWork = "2.10.0"
2020
coilCompose = "2.7.0"
2121
conscrypt = "2.5.3"
2222
desugar = "2.1.3"
23-
hilt = "2.52"
23+
hilt = "2.53"
2424
junit = "4.13.2"
2525
kotlinxCouroutines = "1.9.0"
2626
kotlinxSerialization = "1.7.3"
27-
moshi = "1.15.1"
27+
moshi = "1.15.2"
2828
okhttp = "4.12.0"
2929
playServicesBase = "18.5.0"
30-
protobuf = "4.28.3"
30+
protobuf = "4.29.1"
3131
retrofit = "2.11.0"
3232

3333
[libraries]

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)