From 1771e7ad7b3a6791a8765e9ad9def9c97cd9bc6f Mon Sep 17 00:00:00 2001 From: Prakhar Shukla Date: Wed, 10 Nov 2021 21:54:04 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6a3394..6fb67fd 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ This app tries to combine all the latest Android tech that you can possibly thin 1. Kotlin Coroutines 2. Kotlin StateFlow 3. Kotlin SharedFlow -4. Single-Activity Principle -5. Jetpack Navigation Component -6. Jetpack Android Hilt (replaced Dagger 2.0) -7. MVVM architecture -8. Fragment, ViewModel and Repository approach with dependency injection -9. Integration with the latest Google Play Billing libraries +4. Jetpack Preferences Datastore; +5. Single-Activity Principle +6. Jetpack Navigation Component +7. Jetpack Android Hilt (replaced Dagger 2.0) +8. MVVM architecture +9. Fragment, ViewModel and Repository approach with dependency injection +10. Integration with the latest Google Play Billing libraries ## What in the future?