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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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'