From cab715e0c7dc9b1383d1a2231c506b19cc630cf4 Mon Sep 17 00:00:00 2001 From: "U. N. Owen" <15646950+MM2-0@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:50:57 +0100 Subject: [PATCH] Update libraries.md --- docs/docs/developer-guide/libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/developer-guide/libraries.md b/docs/docs/developer-guide/libraries.md index 42a5878f..ef6b6260 100644 --- a/docs/docs/developer-guide/libraries.md +++ b/docs/docs/developer-guide/libraries.md @@ -9,8 +9,8 @@ The following libraries are commonly used (libraries that are only used in singl - **KotlinX coroutines** for asynchronous operations - **Jetpack Compose and Accompanist** for all user interfaces _(TODO: Owncloud and Nextcloud signin are not ported to Compose yet)_ - **AndroidX Room** to store launcher data in an Sqlite database -- **AndroidX Protobuf Datastore** to store additional user preferences +- **AndroidX Datastore** to store additional user preferences - **Koin** for dependency injection - **Coil** to load and transform images -- **OkHttp and Retrofit** for HTTP requests +- **OkHttp and Retrofit** for HTTP requests _(TODO: Migrate to Ktor (?))_ - Several other **AndroidX** libraries (Work, Lifecycle, AppCompat, …)