Skip to content

Commit a31ebaf

Browse files
committed
build: update dependencies and build tools
- Bump Android Gradle Plugin (AGP) from 9.2.0 to 9.2.1. - Update Kotlin Coroutines to 1.11.0. - Update AndroidX Paging to 3.5.0. - Update Firebase to 34.13.0. - Increment AndroidX Compose Test and UI Tooling versions to 1.11.1.
1 parent 2f80f7e commit a31ebaf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
jdk = "17"
3-
agp = "9.2.0"
3+
agp = "9.2.1"
44
kotlin = "2.3.21"
55
compileSdk = "37"
66
targetSdk = "37"
77
minSdk = "23"
88
compose = "1.10.3"
9-
coroutines = "1.10.2"
9+
coroutines = "1.11.0"
1010
sqlDelight = "2.3.2"
1111
room = "2.8.4"
1212
androidxSqlite = "2.6.2"
@@ -30,16 +30,16 @@ androidxViewModel = "2.10.0"
3030
androidxNavigation = "2.9.2"
3131
androidxNavigationEvent = "1.0.1"
3232
androidxActivityCompose = "1.13.0"
33-
androidxComposeTest = "1.11.0"
33+
androidxComposeTest = "1.11.1"
3434
androidxCoreSplashscreen = "1.2.0"
3535
androidxTracing = "1.3.0"
3636
androidxLifecycle = "2.10.0"
3737
androidxArch = "2.2.0"
38-
androidxPaging = "3.4.2"
38+
androidxPaging = "3.5.0"
3939
androidxTestExt = "1.3.0"
4040
androidxTest = "1.7.0"
4141
androidxTestOrchestrator = "1.6.1"
42-
firebase = "34.12.0"
42+
firebase = "34.13.0"
4343
leakCanary = "2.14"
4444
junit = "4.13.2"
4545
mockito = "5.23.0"
@@ -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.11.0"
51+
uiTooling = "1.11.1"
5252
download = "5.7.0"
5353
okio = "3.17.0"
5454
accompanist-permissions = "0.37.3"

0 commit comments

Comments
 (0)