From 70c906f232220981327536619eb9fe16193f9fec Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 15 Jun 2024 23:20:22 +0200 Subject: [PATCH] fix(readme): remove versioning state Signed-off-by: Infi --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f3a00f5a..7dd0e77a 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ API. The API library is part of the `app` module, and is not intended to be used as a standalone library, as it makes liberal use of Android-specific APIs for reactivity. -The app is currently in alpha, and is not yet ready for production use. - The app is written in Kotlin, and uses the [Jetpack Compose](https://developer.android.com/jetpack/compose) UI toolkit, the current state of the art for Android UI development.