mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(android) Check server is reachable before starting background backup (#8594)
* Bump androidx work version to 2.9.0 * Check that server is reachable before starting backup work * Dart format * Cleanup debug logs * Fix analysis
This commit is contained in:
parent
3abfe3c99e
commit
71b6d8b569
5 changed files with 116 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = '1.8.20'
|
||||
ext.kotlin_version = '1.8.22'
|
||||
ext.kotlin_coroutines_version = '1.7.1'
|
||||
ext.work_version = '2.7.1'
|
||||
ext.work_version = '2.9.0'
|
||||
ext.concurrent_version = '1.1.0'
|
||||
ext.guava_version = '33.0.0-android'
|
||||
ext.glide_version = '4.14.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue