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
+1 -1
View File
@@ -90,7 +90,7 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
implementation "androidx.work:work-runtime:$work_version"
implementation "androidx.work:work-runtime-ktx:$work_version"
implementation "androidx.concurrent:concurrent-futures:$concurrent_version"
implementation "com.google.guava:guava:$guava_version"
implementation "com.github.bumptech.glide:glide:$glide_version"