mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Minor dependency updates
This commit is contained in:
parent
75b23c99ec
commit
157438e0c1
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ lifecycle_version = "2.5.1"
|
|||
|
||||
[libraries]
|
||||
annotation = "androidx.annotation:annotation:1.5.0"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.0-rc01"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.0"
|
||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
|
@ -13,7 +13,7 @@ splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
|||
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-rc01"
|
||||
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
|
||||
glance = "androidx.glance:glance-appwidget:1.0.0-alpha03"
|
||||
profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.1"
|
||||
profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.2"
|
||||
|
||||
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
|
||||
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
|
||||
|
|
|
@ -3,7 +3,7 @@ aboutlib_version = "10.5.2"
|
|||
okhttp_version = "5.0.0-alpha.11"
|
||||
coil_version = "2.2.2"
|
||||
shizuku_version = "12.2.0"
|
||||
sqlite = "2.3.0-rc01"
|
||||
sqlite = "2.3.0"
|
||||
sqldelight = "1.5.4"
|
||||
leakcanary = "2.10"
|
||||
voyager = "1.0.0-rc07"
|
||||
|
@ -83,7 +83,7 @@ sqldelight-coroutines = { module = "com.squareup.sqldelight:coroutines-extension
|
|||
sqldelight-android-paging = { module = "com.squareup.sqldelight:android-paging3-extensions", version.ref = "sqldelight" }
|
||||
sqldelight-gradle = { module = "com.squareup.sqldelight:gradle-plugin", version.ref = "sqldelight" }
|
||||
|
||||
junit = "org.junit.jupiter:junit-jupiter:5.9.1"
|
||||
junit = "org.junit.jupiter:junit-jupiter:5.9.2"
|
||||
|
||||
voyager-navigator = { module = "ca.gosyer:voyager-navigator", version.ref = "voyager" }
|
||||
voyager-tab-navigator = { module = "ca.gosyer:voyager-tab-navigator", version.ref = "voyager" }
|
||||
|
|
Loading…
Reference in a new issue