fix(deps): update androidx (#3132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
06fbe6cf9c
commit
22382b64bb
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
[versions]
|
||||
agp = "8.5.1"
|
||||
androidxActivity = "1.9.0"
|
||||
androidxActivity = "1.9.1"
|
||||
bouncycastle = "1.78.1"
|
||||
coroutines = "1.8.1"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.51.1"
|
||||
kotlin = "2.0.0"
|
||||
kotlinResult = "2.0.0"
|
||||
lifecycle = "2.8.3"
|
||||
lifecycle = "2.8.4"
|
||||
moshi = "1.15.1"
|
||||
|
||||
[libraries]
|
||||
|
@ -21,7 +21,7 @@ androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
|||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
|
||||
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.1"
|
||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.2"
|
||||
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
|
|
Loading…
Reference in a new issue