Skip to content

Commit

Permalink
Upgrade uploader to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Jul 15, 2024
1 parent b6e51e2 commit 2940cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ ext {

// Cyface dependencies
cyfaceUtilsVersion = "4.0.7"
// (!) Match versions `android-app`, `SDK` and `camera-service`. - FIXME !!
// (!) 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`.
cyfaceSerializationVersion = "3.4.0"
cyfaceUploaderVersion = "1.4.0-alpha9" // FIXME
cyfaceUploaderVersion = "1.4.0"

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

0 comments on commit 2940cdc

Please sign in to comment.