Started working on authentication methods

This commit is contained in:
Michael Schättgen 2017-08-05 15:15:31 +02:00 committed by Alexander Bakker
parent c79c9f84dc
commit f1b499f101
12 changed files with 593 additions and 6 deletions

View file

@ -39,5 +39,6 @@ dependencies {
compile 'com.android.support:support-v4:25.0.0'
compile 'com.android.support:recyclerview-v7:25.0.0'
compile 'com.yarolegovich:lovely-dialog:1.0.4'
compile 'com.mattprecious.swirl:swirl:1.0.0'
testCompile 'junit:junit:4.12'
}