From 6d25077a804f9cec640e45ea32d194436d2cf772 Mon Sep 17 00:00:00 2001 From: Khushwant Pratap Yadav Date: Tue, 17 Oct 2023 00:47:46 +0530 Subject: [PATCH] Update input_data.json Added tachiyomi and Kotlin-Pokedex apps in Jetpack compose --- input_data.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/input_data.json b/input_data.json index 62400c87..87178cdc 100644 --- a/input_data.json +++ b/input_data.json @@ -11,6 +11,14 @@ }, { "github_url": "https://github.com/a914-gowtham/RickNMortyCompose" + }, + { + "github_url": "https://github.com/tachiyomiorg/tachiyomi", + "stack": "Coroutines, Flow, Koin, Glide, Retrofit, GSON, Room, Material Components" + }, + { + "github_url": "https://github.com/mrcsxsiq/Kotlin-Pokedex", + "stack": "Coroutines, Flow, Koin, Glide, Retrofit, GSON, Material Components" } ] }, @@ -610,4 +618,4 @@ } ] } -] \ No newline at end of file +]