Merge remote-tracking branch 'origin/1081-share-app-via-wifi-hotspot' into offline-testing

This commit is contained in:
Torsten Grote
2021-07-06 17:15:23 -03:00
63 changed files with 3111 additions and 44 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:$dagger_version"
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"