Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created September 14, 2023 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mukeshsolanki/0f2fe80c852bfc98e9031c04a8a9e3e5 to your computer and use it in GitHub Desktop.
Save mukeshsolanki/0f2fe80c852bfc98e9031c04a8a9e3e5 to your computer and use it in GitHub Desktop.
// Add these lines to your app module's build.gradle file
dependencies {
// For Preferences DataStore
implementation "androidx.datastore:datastore-preferences:1.0.0"
// For Proto DataStore
implementation "androidx.datastore:datastore-core:1.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment