Made MainActivity.kt get list of projects from logged-in user

This commit is contained in:
Marta Borgia Leiva 2026-02-06 10:57:02 +01:00
parent 9c27038313
commit 23dba7e1d0
6 changed files with 110 additions and 24 deletions

View file

@ -10,6 +10,7 @@ activity = "1.12.2"
constraintlayout = "2.2.1"
okhttp = "4.11.0"
retrofit = "2.9.0"
recyclerview = "1.4.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@ -24,6 +25,7 @@ okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhtt
okhttp-logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
retrofit-converter-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" }
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }