Port code from Offline hotspot test app

This commit is contained in:
Torsten Grote
2021-05-17 11:26:10 -03:00
committed by Sebastian Kürten
parent 15f5c8deee
commit 99da50d37c
22 changed files with 1156 additions and 80 deletions

View File

@@ -121,6 +121,7 @@ dependencies {
exclude group: 'com.android.support'
exclude module: 'disklrucache' // when there's no disk cache, we can't accidentally use it
}
implementation 'org.nanohttpd:nanohttpd:2.3.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.24'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"