Fix dumb mistake with google sign in.

This commit is contained in:
Thomas Andres Gomez 2021-05-14 12:06:24 +02:00
parent 1e58752008
commit 4b5893cf43
7 changed files with 67 additions and 43 deletions

View file

@ -102,6 +102,8 @@ 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.8.6'
//Logging Network Calls
implementation 'com.squareup.okhttp3:logging-interceptor:4.8.1'
// Room
implementation "androidx.room:room-runtime:2.3.0"