Skip to content

Commit

Permalink
[LEIP-294] Upgrade Datastore to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Jan 8, 2025
1 parent dd96aad commit 8eee738
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext {
cyfaceAndroidBackendVersion = "0.0.0" // Automatically overwritten by CI

// Cyface dependencies
cyfaceUtilsVersion = "4.0.8"
cyfaceUtilsVersion = "4.0.9"
// (!) Match versions `android-app`, `SDK` and `camera-service`.
// When `android-app` is checkout out, `rootProject.uploaderVersion` in the submodules will point
// to `android-app/build.gradle` instead of `submodule/build.gradle`.
Expand All @@ -66,8 +66,7 @@ ext {
androidxAppCompatVersion = "1.7.0"
localbroadcastmanagerVersion = '1.1.0'
roomVersion = "2.6.1"
// 1.1.0-alpha05: ':persistence:mergeExtDexDebugAndroidTest' fails (transitive dependency)
datastoreVersion = "1.1.0-alpha04" // only 1.1.0 supports multi-process datastore
datastoreVersion = "1.1.1"

// Kotlin components
coroutinesVersion = "1.7.3"
Expand Down

0 comments on commit 8eee738

Please sign in to comment.