From 27fbb0d16e39226b2d2c8a5b4c14e572147279fb Mon Sep 17 00:00:00 2001 From: Armin Date: Thu, 14 Mar 2024 11:47:06 +0100 Subject: [PATCH] [STAD-576] Upgrade android-publish to 1.0.8 --- datacapturing/build.gradle | 2 +- persistence/build.gradle | 2 +- settings.gradle | 13 ------------- synchronization/build.gradle | 2 +- 4 files changed, 3 insertions(+), 16 deletions(-) diff --git a/datacapturing/build.gradle b/datacapturing/build.gradle index 791c739ae..cf47c3d8a 100644 --- a/datacapturing/build.gradle +++ b/datacapturing/build.gradle @@ -26,7 +26,7 @@ */ plugins { - id 'de.cyface.android-publish' version '1.0.1' // Keep version in sync with other modules! + id 'de.cyface.android-publish' version '1.0.8' // Keep version in sync with other modules! } android { diff --git a/persistence/build.gradle b/persistence/build.gradle index 4270bc5cf..9c4916926 100644 --- a/persistence/build.gradle +++ b/persistence/build.gradle @@ -26,7 +26,7 @@ */ plugins { - id 'de.cyface.android-publish' version '1.0.1' // Keep version in sync with other modules! + id 'de.cyface.android-publish' version '1.0.8' // Keep version in sync with other modules! } android { diff --git a/settings.gradle b/settings.gradle index 40002a85d..502437a12 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,19 +18,6 @@ pluginManagement { } } } -// To test our publish plugin without publishing a version -/*includeBuild("../android-publish") -gradle.rootProject { - buildscript { - dependencies { - classpath("de.cyface:android-publish:0.0.0") - } - // e.g. to find kotlin plugin if dependency in android-publish - //repositories { - // gradlePluginPortal() - //} - } -}*/ rootProject.name = "android-backend" diff --git a/synchronization/build.gradle b/synchronization/build.gradle index 7be9b4753..46e0416c6 100644 --- a/synchronization/build.gradle +++ b/synchronization/build.gradle @@ -29,7 +29,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent */ plugins { - id 'de.cyface.android-publish' version '1.0.1' // Keep version in sync with other modules! + id 'de.cyface.android-publish' version '1.0.8' // Keep version in sync with other modules! } android {