Connected to the backend
-Connected to backend using retrofit -Added TokenManager and AuthInterceptor for the application to login and make calls with authentication to access some backend calls that need authentication
This commit is contained in:
@@ -36,6 +36,12 @@ dependencies {
|
||||
implementation(libs.material)
|
||||
implementation(libs.activity)
|
||||
implementation(libs.constraintlayout)
|
||||
|
||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
|
||||
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
|
||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
|
||||
implementation("com.google.android.material:material:1.11.0")
|
||||
implementation("androidx.viewpager2:viewpager2:1.1.0")
|
||||
implementation("com.google.android.material:material:1.11.0")
|
||||
|
||||
Reference in New Issue
Block a user