Skip to content

Commit 1013e6b

Browse files
committed
build: Update dependencies in libs.versions.toml
- Bump `agp` from 9.0.0 to 9.0.1. - Bump `androidxActivityCompose` from 1.12.3 to 1.12.4. - Bump `androidxComposeTest` from 1.10.2 to 1.10.3. - Bump `androidxPaging` from 3.4.0 to 3.4.1. - Bump `uiTooling` from 1.10.2 to 1.10.3.
1 parent ada5e3a commit 1013e6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minSdk = "23"
55
jdk = "17"
66
kotlin = "2.3.10"
77
ksp = "2.3.2"
8-
agp = "9.0.0"
8+
agp = "9.0.1"
99
gms = "4.4.4"
1010
crashlytics = "3.0.6"
1111
compose = "1.10.1"
@@ -29,13 +29,13 @@ composeMaterialAdaptive = "1.2.0"
2929
androidxAppcompat = "1.7.1"
3030
androidxViewModel = "2.9.6"
3131
androidxNavigation = "2.9.2"
32-
androidxActivityCompose = "1.12.3"
33-
androidxComposeTest = "1.10.2"
32+
androidxActivityCompose = "1.12.4"
33+
androidxComposeTest = "1.10.3"
3434
androidxCoreSplashscreen = "1.2.0"
3535
androidxTracing = "1.3.0"
3636
androidxLifecycle = "2.10.0"
3737
androidxArch = "2.2.0"
38-
androidxPaging = "3.4.0"
38+
androidxPaging = "3.4.1"
3939
androidxTestExt = "1.3.0"
4040
androidxTest = "1.7.0"
4141
androidxTestOrchestrator = "1.6.1"
@@ -48,7 +48,7 @@ espresso = "3.7.0"
4848
desugar = "2.1.5"
4949
androidSecurityLint = "1.0.4"
5050
appdirs = "1.5.0"
51-
uiTooling = "1.10.2"
51+
uiTooling = "1.10.3"
5252
download = "5.7.0"
5353
okio = "3.16.4"
5454
accompanist-permissions = "0.37.3"

0 commit comments

Comments
 (0)