mirror of
https://github.com/a-mayb3/KanbanCloneAndroid.git
synced 2026-03-21 18:15:38 +01:00
Made MainActivity.kt get list of projects from logged-in user
This commit is contained in:
parent
9c27038313
commit
23dba7e1d0
6 changed files with 110 additions and 24 deletions
|
|
@ -51,6 +51,7 @@ dependencies {
|
|||
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
|
||||
|
||||
implementation("com.auth0.android:jwtdecode:2.0.1")
|
||||
implementation(libs.androidx.recyclerview)
|
||||
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue