Revert "remove unused libs"

This reverts commit 158e9c65
This commit is contained in:
Milos Kozak 2021-05-23 11:13:39 +02:00
parent ea940ea165
commit 1a72129a38
3 changed files with 8 additions and 0 deletions

View file

@ -167,6 +167,14 @@ android {
useLibrary "org.apache.http.legacy"
}
allprojects {
repositories {
flatDir {
dirs 'libs'
}
}
}
dependencies {
wearApp project(':wear')

Binary file not shown.

Binary file not shown.