Include the connectivity status library as a aar file

This commit is contained in:
2022-08-21 21:30:07 +02:00
parent 2a78be69b5
commit df4903cae5
12 changed files with 5 additions and 240 deletions

View File

@@ -210,5 +210,5 @@ dependencies {
// 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(project(":connectionstatus"))
implementation(files("../shared/libs/multiplatform-connectivity-status.aar"))
}