Skip to content

Commit 5fb96e3

Browse files
build(deps): Bump AndroidX libraries
This commit updates several AndroidX libraries to their latest versions. - Activity KTX from 1.10.1 to 1.11.0 - Navigation from 2.9.3 to 2.9.4 - WorkManager from 2.10.3 to 2.10.4 - Compose-related libraries from 1.9.0 to 1.9.1 (activity-compose, compose-android, compose-material, compose-animation, compose-ui, compose-foundation, compose-ui-tooling) - UI test libraries (ui-test-junit4, ui-test-manifest) from 1.9.0 to 1.9.1 - Activity (testing) from 1.10.1 to 1.11.0 Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
1 parent 7f38438 commit 5fb96e3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@ core-ktx = "1.17.0"
1010
appcompat = "1.7.1"
1111
recyclerview = "1.4.0"
1212
paletteKtx = "1.0.0"
13-
activityKtx = "1.10.1"
13+
activityKtx = "1.11.0"
1414
material = "1.13.0"
1515

1616
# Android Lifecycle
1717
lifecycle-extensions = "2.2.0"
1818
lifecycle-viewmodel-ktx = "2.9.3"
1919

2020
# Navigation
21-
navigation-fragment-ktx = "2.9.3"
22-
navigation-ui-ktx = "2.9.3"
23-
navigation-testing = "2.9.3"
21+
navigation-fragment-ktx = "2.9.4"
22+
navigation-ui-ktx = "2.9.4"
23+
navigation-testing = "2.9.4"
2424

2525
# Work Manager
26-
work-runtime-ktx = "2.10.3"
26+
work-runtime-ktx = "2.10.4"
2727

2828
# ConstraintLayout
2929
constraintlayout = "2.2.1"
3030
constraintlayout-compose = "1.1.1"
3131

3232
# Compose Versions
33-
activity-compose = "1.10.1"
34-
compose-android = "1.9.0"
35-
compose-material = "1.9.0"
36-
compose-animation = "1.9.0"
37-
compose-ui = "1.9.0"
38-
compose-foundation = "1.9.0"
39-
compose-ui-tooling = "1.9.0"
33+
activity-compose = "1.11.0"
34+
compose-android = "1.9.1"
35+
compose-material = "1.9.1"
36+
compose-animation = "1.9.1"
37+
compose-ui = "1.9.1"
38+
compose-foundation = "1.9.1"
39+
compose-ui-tooling = "1.9.1"
4040

4141
# Other Libraries
4242
commons-text = "1.14.0"
@@ -48,9 +48,9 @@ test-core-ktx = "1.7.0"
4848
test-runner = "1.7.0"
4949
test-rules = "1.7.0"
5050
fragment-testing = "1.8.9"
51-
ui-test-junit4 = "1.9.0"
52-
ui-test-manifest = "1.9.0"
53-
activity = "1.10.1"
51+
ui-test-junit4 = "1.9.1"
52+
ui-test-manifest = "1.9.1"
53+
activity = "1.11.0"
5454

5555
# Database
5656
moshi = "1.15.2"

0 commit comments

Comments
 (0)