Drop dependency upon Merlin

Use ConnectivityManager to monitor network status. This does takes away the ability to
auto-retry requests when network is restored but we can look into that later on.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-07 20:49:43 +05:30
parent 6e11229f49
commit 0030e959d1
7 changed files with 81 additions and 154 deletions

View File

@@ -29,7 +29,7 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter() // Required for com.novoda:merlin:1.2.0
jcenter() // Required for androidx.tonyodev.fetch2
mavenCentral()
maven {
name 'JitPack'
@@ -42,4 +42,4 @@ dependencyResolutionManagement {
}
}
include ':app'
rootProject.name = "AuroraStore4"
rootProject.name = "AuroraStore4"