From ad44196d69a9b4fb8ccd4d2eb51f9a29b34b1ad8 Mon Sep 17 00:00:00 2001 From: Sagar More <68194471+animsh@users.noreply.github.com> Date: Thu, 6 May 2021 10:00:29 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 67a2dd7..dd649e1 100644 --- a/Readme.md +++ b/Readme.md @@ -25,7 +25,7 @@ Go to the [Releases](https://github.com/animsh/Appita/releases) to download the ## Tech stack & Open-source libraries -- Minimum SDK level 21 +- Minimum SDK level 24 - [Kotlin](https://kotlinlang.org/) based, [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) for asynchronous. - Hilt (alpha) for dependency injection. - JetPack