save email and password to encrypted preference
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-12 11:00:22 +02:00
parent 1f660bdd37
commit ea0caea91e
6 changed files with 98 additions and 6 deletions

View File

@ -53,6 +53,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.security:security-crypto:1.1.0-alpha02'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.afollestad:aesthetic:1.0.0-beta05'