fix(deps): update androidx (#3195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fac4617184
commit
7f56f79c30
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
[versions]
|
||||
agp = "8.6.0"
|
||||
androidxActivity = "1.9.1"
|
||||
androidxActivity = "1.9.2"
|
||||
bouncycastle = "1.78.1"
|
||||
coroutines = "1.8.1"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.52"
|
||||
kotlin = "2.0.20"
|
||||
kotlinResult = "2.0.0"
|
||||
lifecycle = "2.8.4"
|
||||
lifecycle = "2.8.5"
|
||||
moshi = "1.15.1"
|
||||
|
||||
[libraries]
|
||||
|
@ -18,10 +18,10 @@ androidx-annotation = "androidx.annotation:annotation:1.8.2"
|
|||
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
|
||||
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
|
||||
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha14"
|
||||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-beta01"
|
||||
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.2"
|
||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.3"
|
||||
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