From ec76e3c4eb1d49e653d630d111d1790c896cad31 Mon Sep 17 00:00:00 2001 From: Klemens Muthmann Date: Mon, 27 May 2024 14:47:45 +0200 Subject: [PATCH] Declare Cyface Serializer Dependency as API --- build.gradle.kts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 18583ef..598ff4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 Cyface GmbH + * Copyright (C) 2019-2024 Cyface GmbH * * This file is part of the Cyface Uploader. * @@ -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 { @@ -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