Private
Public Access
1
0

Backend: UI: Implements authentication.

This commit is contained in:
2024-03-02 00:38:17 -08:00
parent 222ec84855
commit d0be011053
12 changed files with 193 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.auth0.android:jwtdecode:2.0.2'
// Realm
implementation "io.realm.kotlin:library-base:${realm_version}"