DynamicLinking V1

Dynamic linking eingebaut in LoginActivity
This commit is contained in:
Georg Reisinger
2019-03-25 09:02:25 +01:00
parent 5b2a9d256b
commit 63889c03a2
5 changed files with 48 additions and 32 deletions

View File

@ -42,4 +42,5 @@ dependencies {
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'cz.msebera.android:httpclient:4.4.1.2'
implementation 'com.google.firebase:firebase-dynamic-links:16.1.7'
}