update: 修改androidx.work:work-runtime 的 Deps 版本, 目前先适配 API 33

Signed-off-by: huyufei <yufei.hu@castbox.fm>
hotfix/v1.0.12.2
胡宇飞 2024-07-24 16:55:56 +08:00
parent 9de443249d
commit 548959dd34
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ Sample Dependencies.xml:
<androidPackage spec="androidx.core:core:1.7.0" />
<!-- <androidPackage spec="androidx.appcompat:appcompat:1.5.1" />-->
<androidPackage spec="androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" />
<androidPackage spec="androidx.work:work-runtime:2.9.0" />
<androidPackage spec="androidx.work:work-runtime-ktx:2.9.0" />
<androidPackage spec="androidx.work:work-rxjava2:2.9.0" />
<androidPackage spec="androidx.work:work-runtime:2.8.1" />
<androidPackage spec="androidx.work:work-runtime-ktx:2.8.1" />
<androidPackage spec="androidx.work:work-rxjava2:2.8.1" />
<androidPackage spec="androidx.lifecycle:lifecycle-process:2.4.0" />
<androidPackage spec="com.jakewharton.timber:timber:4.7.1" />
<androidPackage spec="com.google.code.gson:gson:2.8.5" />