Merge branch '1081-share-app-via-wifi-hotspot' into 'master'

Share app via Wi-Fi hotspot

Closes #1081

See merge request briar/briar!1515
This commit is contained in:
akwizgran
2021-08-04 12:09:08 +00:00
64 changed files with 3304 additions and 48 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"