Skip to content

Commit

Permalink
#7 - Add DataStore implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kayraenezozenalp committed Oct 10, 2023
1 parent 37b3942 commit d8213e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")

// DataStore Preferences
implementation("androidx.datastore:datastore-preferences:1.0.0")

testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down

0 comments on commit d8213e6

Please sign in to comment.