Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llastkrakw authored Aug 3, 2021
1 parent 24717cc commit 701a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ usually `~/app/build.gradle` in the project's root folder:
- [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite object mapping library.
- [Data Binding](https://developer.android.com/topic/libraries/data-binding/) - Declaratively bind observable data to UI elements.
- [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
- [Audio Recording](https://developer.android.com/guide/topics/media) - Record and play audio with android framework.
- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.
- [Audio Recording](https://developer.android.com/guide/topics/media) - Record and play audio with android framework.

### Package Structure 📦

Expand Down

0 comments on commit 701a1a4

Please sign in to comment.