1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02: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:
devjn
2024-04-20 16:39:04 +03:00
committed by GitHub
parent 3abfe3c99e
commit 71b6d8b569
5 changed files with 116 additions and 34 deletions

View File

@@ -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'