mirror of
https://github.com/a-mayb3/KanbanCloneAndroid.git
synced 2026-03-21 18:15:38 +01:00
Added more necessary endpoints to ApiService.kt
This commit is contained in:
parent
a8f9a69d58
commit
e4280f0490
3 changed files with 36 additions and 4 deletions
|
|
@ -4,9 +4,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "com.campusaula.edbole.kanban_clone_android"
|
||||
compileSdk {
|
||||
version = release(36)
|
||||
}
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.campusaula.edbole.KanbanCloneAndroid"
|
||||
|
|
@ -44,7 +42,6 @@ dependencies {
|
|||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
|
||||
|
||||
// Networking: OkHttp + Retrofit
|
||||
implementation("com.squareup.okhttp3:okhttp:4.11.0")
|
||||
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
|
||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue