forked from Louvorg/ReaderForSelfoss-multiplatform
Use the connectivity-status library from the repository rather than the local copy
This commit is contained in:
@ -207,8 +207,5 @@ dependencies {
|
||||
implementation("android.arch.work:work-runtime-ktx:1.0.1")
|
||||
|
||||
// Network information
|
||||
// TODO: When updating this library, check if the todo in RepositoryImpl.startNetwork can be resolved
|
||||
// TODO: Include this library once this is merged https://github.com/ln-12/multiplatform-connectivity-status/pull/4
|
||||
// implementation("com.github.ln-12:multiplatform-connectivity-status:1.1.0")
|
||||
implementation(files("../shared/libs/multiplatform-connectivity-status.aar"))
|
||||
implementation("com.github.ln-12:multiplatform-connectivity-status:1.3.0")
|
||||
}
|
Reference in New Issue
Block a user