From 36619c120ae9dd4bb6c37cbd230a5fbecd0ebcc1 Mon Sep 17 00:00:00 2001 From: Leonel <94767900+LeonelZalegas@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:46:01 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4336c..305bfad 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ | UI Framework | [Jetpack Compose](https://developer.android.com/jetpack/compose) | | 💉 Dependency Injection | [Dagger-Hilt](https://dagger.dev/hilt/) | | 🌐 Networking | [Retrofit](https://square.github.io/retrofit/) + [Gson](https://github.com/google/gson) | -| 🗄️ Local Database | [Room Database](https://developer.android.com/jetpack/androidx/releases/room) (Single source of truth) | +| 🗄️ Local Database | [Room Database](https://developer.android.com/jetpack/androidx/releases/room) (SSOT) | | 🚦 Navigation | [Type-Safe Navigation](https://developer.android.com/guide/navigation/design/type-safety) | | 🔄 State Management | [Flows](https://kotlinlang.org/docs/flow.html) + [StateFlows](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) | | 🛠️ Dependency Management | [Gradle Kotlin DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html) |