fix(deps): update androidx (#3052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ace724727f
commit
23bd3e5cb5
1 changed files with 4 additions and 4 deletions
|
@ -9,21 +9,21 @@ flowbinding = "1.2.0"
|
|||
hilt = "2.51.1"
|
||||
kotlin = "1.9.24"
|
||||
kotlinResult = "2.0.0"
|
||||
lifecycle = "2.8.0-rc01"
|
||||
lifecycle = "2.8.0"
|
||||
moshi = "1.15.1"
|
||||
|
||||
[libraries]
|
||||
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4"
|
||||
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
||||
androidx-annotation = "androidx.annotation:annotation:1.8.0-rc01"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-beta01"
|
||||
androidx-annotation = "androidx.annotation:annotation:1.8.0"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-rc01"
|
||||
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-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.7.0"
|
||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.1"
|
||||
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