Skip to content

Commit

Permalink
build(deps): bump androidx.datastore:datastore from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps androidx.datastore:datastore from 1.0.0 to 1.1.0.

---
updated-dependencies:
- dependency-name: androidx.datastore:datastore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 8293b52 commit 0404ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:1.7.36")
implementation("com.github.tony19:logback-android:2.0.1")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.datastore:datastore:1.0.0")
implementation("androidx.datastore:datastore:1.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-protobuf:$serializationVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion")

Expand Down

0 comments on commit 0404ccc

Please sign in to comment.