Add Activities for receiving and entering contact link

This commit is contained in:
Torsten Grote
2018-09-24 18:33:15 -03:00
parent cdf4f3a24b
commit a8080ad84b
13 changed files with 445 additions and 6 deletions

View File

@@ -126,6 +126,9 @@ dependencies {
}
implementation 'com.github.chrisbanes:PhotoView:2.1.4' // later versions already use androidx
// prototype
implementation "com.leinardi.android:speed-dial:2.0.0"
annotationProcessor 'com.google.dagger:dagger-compiler:2.19'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"