Skip to content

Commit

Permalink
Update libraries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 authored Dec 23, 2023
1 parent b901b68 commit cab715e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/developer-guide/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, …)

0 comments on commit cab715e

Please sign in to comment.