Skip to content

Commit

Permalink
Upgrade dependencies to pre-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Jul 15, 2024
1 parent 36b8597 commit 523d59f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ ext {

// Cyface dependencies
cyfaceUtilsVersion = "4.0.7"
// (!) Match versions `android-app`, `SDK` and `camera-service`.
// (!) Match versions `android-app`, `SDK` and `camera-service`. - FIXME !!
// When `android-app` is checkout out, `rootProject.uploaderVersion` in the submodules will point
// to `android-app/build.gradle` instead of `submodule/build.gradle`.
cyfaceSerializationVersion = "3.2.0"
cyfaceUploaderVersion = "1.3.0"
cyfaceSerializationVersion = "3.4.0"
cyfaceUploaderVersion = "1.4.0-alpha9" // FIXME

// Android SDK versions
minSdkVersion = 21 // device support
Expand Down

0 comments on commit 523d59f

Please sign in to comment.