From 89211a6116cafd40a4296d48d14c235c90649f24 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Mon, 20 May 2024 23:17:04 +0530 Subject: [PATCH 1/2] Add KeyPass project --- input_data.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/input_data.json b/input_data.json index 62400c87..c558f094 100644 --- a/input_data.json +++ b/input_data.json @@ -545,6 +545,10 @@ { "github_url": "https://github.com/mitchtabian/Open-API-Android-App", "stack": "Dagger, Coroutines, Retrofit, Room, Navigation, LiveData, ViewModel" + }, + { + "github_url": "https://github.com/yogeshpaliyal/KeyPass", + "stack": "Hilt, Coroutines, Room, LiveData, ViewModel, Kotlin-Redux" } ] }, @@ -610,4 +614,4 @@ } ] } -] \ No newline at end of file +] From a4994818003d7b568c20b750375f13777535e097 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Mon, 20 May 2024 23:21:34 +0530 Subject: [PATCH 2/2] Update input_data.json --- input_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input_data.json b/input_data.json index c558f094..9d7abea3 100644 --- a/input_data.json +++ b/input_data.json @@ -548,7 +548,7 @@ }, { "github_url": "https://github.com/yogeshpaliyal/KeyPass", - "stack": "Hilt, Coroutines, Room, LiveData, ViewModel, Kotlin-Redux" + "stack": "Hilt, Coroutines, Jetpack Compose, Room, LiveData, ViewModel, Kotlin-Redux" } ] },