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

Declare Cyface Serializer Dependency as API #6

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2023 Cyface GmbH
* Copyright (C) 2019-2024 Cyface GmbH
*
* This file is part of the Cyface Uploader.
*
Expand All @@ -24,8 +24,7 @@ import java.net.URL
* The build gradle file for the Cyface Uploader.
*
* @author Armin Schnabel
* @version 1.0.1
* @since 1.0.0
* @author Klemens Muthmann
*/
buildscript {
repositories {
Expand Down Expand Up @@ -101,7 +100,7 @@ tasks.test {

dependencies {
// Internal Cyface Dependencies
implementation("de.cyface:serializer:${project.extra["cyfaceSerializationVersion"]}")
api("de.cyface:serializer:${project.extra["cyfaceSerializationVersion"]}")
implementation("com.google.api-client:google-api-client:${project.extra["googleApiClientVersion"]}")

// Kotlin Support
Expand Down
Loading