mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Update dependencies
This commit is contained in:
parent
db7601b3eb
commit
bf368e88ed
7 changed files with 76 additions and 30 deletions
|
@ -1,16 +1,16 @@
|
|||
[versions]
|
||||
activity = "1.8.2"
|
||||
lifecycle = "2.6.2"
|
||||
activity = "1.9.0"
|
||||
lifecycle = "2.8.0"
|
||||
|
||||
[libraries]
|
||||
activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
|
||||
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
|
||||
annotation = { module = "androidx.annotation:annotation", version = "1.7.0" }
|
||||
annotation = { module = "androidx.annotation:annotation", version = "1.8.0" }
|
||||
appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
|
||||
browser = { module = "androidx.browser:browser", version = "1.6.0" }
|
||||
browser = { module = "androidx.browser:browser", version = "1.8.0" }
|
||||
biometric = { module = "androidx.biometric:biometric", version = "1.1.0" }
|
||||
cardview = { module = "androidx.cardview:cardview", version = "1.0.0" }
|
||||
core = { module = "androidx.core:core-ktx", version = "1.12.0" }
|
||||
core = { module = "androidx.core:core-ktx", version = "1.13.1" }
|
||||
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
||||
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
|
||||
glance-appwidget = { module = "androidx.glance:glance-appwidget", version = "1.0.0" }
|
||||
|
@ -22,9 +22,9 @@ lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", versi
|
|||
multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
|
||||
palette = { module = "androidx.palette:palette", version = "1.0.0" }
|
||||
preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
|
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.3.1" }
|
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
||||
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.9.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.8.1" }
|
||||
window = { module = "androidx.window:window", version = "1.1.0" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.11.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
|
||||
window = { module = "androidx.window:window", version = "1.2.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue