1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

Revert "feat(android) Check server is reachable before starting background backup (#8594)" (#8958)

This reverts commit 71b6d8b569.
This commit is contained in:
Alex
2024-04-20 12:15:26 -05:00
committed by GitHub
parent 40931b5668
commit 2dd7c13b88
5 changed files with 32 additions and 114 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext.kotlin_version = '1.8.22'
ext.kotlin_version = '1.8.20'
ext.kotlin_coroutines_version = '1.7.1'
ext.work_version = '2.9.0'
ext.work_version = '2.7.1'
ext.concurrent_version = '1.1.0'
ext.guava_version = '33.0.0-android'
ext.glide_version = '4.14.2'