Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR-182] Add file counts to meta data #4

Merged
merged 11 commits into from
Nov 13, 2023
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.net.URL
* The build gradle file for the Cyface Uploader.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 1.0.0
*/
buildscript {
Expand Down Expand Up @@ -62,7 +62,8 @@ version = "0.0.0" // Automatically overwritten by CI

// Versions of dependencies
extra["slf4jVersion"] = "2.0.7"
extra["cyfaceSerializationVersion"] = "2.3.7"
// TODO: Check if we can remove this after we port the new auth from android-backend to this library
extra["cyfaceSerializationVersion"] = "3.2.0"
extra["googleApiClientVersion"] = "2.2.0" // transmission protocol
extra["gradleWrapperVersion"] = "7.6.1"

Expand Down
76 changes: 0 additions & 76 deletions src/main/kotlin/de/cyface/uploader/Authenticator.kt

This file was deleted.

208 changes: 0 additions & 208 deletions src/main/kotlin/de/cyface/uploader/DefaultAuthenticator.kt

This file was deleted.

Loading