From edf693ec9b84c75c04fac1e1f84be91a6d353bdc Mon Sep 17 00:00:00 2001 From: Vishal Kumar Date: Sun, 21 Jun 2020 12:35:38 +0530 Subject: [PATCH] added hilt dependency injection framework https://developer.android.com/training/dependency-injection/hilt-android --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 700f696..55b336b 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ * Picasso * Dependency Injection * Dagger + * Hilt * Networking * Fast Android Networking Library * Retrofit