mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(deps): Update dependency androidx.work:work-runtime-ktx to v2.9.1
This commit is contained in:
parent
cf3690574e
commit
7eaa5cc0b9
2 changed files with 2 additions and 1 deletions
|
@ -70,3 +70,4 @@
|
||||||
- Update Android Gradle Plugin to v8.5.1
|
- Update Android Gradle Plugin to v8.5.1
|
||||||
- Update gradle to v8.9
|
- Update gradle to v8.9
|
||||||
- Start using Voyager for navigation
|
- Start using Voyager for navigation
|
||||||
|
- Update dependency androidx.work:work-runtime-ktx to v2.9.1
|
||||||
|
|
|
@ -28,7 +28,7 @@ preference = { module = "androidx.preference:preference-ktx", version = "1.2.1"
|
||||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
||||||
webkit = { module = "androidx.webkit:webkit", version = "1.11.0" }
|
webkit = { module = "androidx.webkit:webkit", version = "1.11.0" }
|
||||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
|
work = { module = "androidx.work:work-runtime-ktx", version = "2.9.1" }
|
||||||
window = { module = "androidx.window:window", version = "1.3.0" }
|
window = { module = "androidx.window:window", version = "1.3.0" }
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue