Skip to content

Commit

Permalink
[STAD-576] Upgrade android-publish to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Mar 14, 2024
1 parent ab3a8f2 commit 27fbb0d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion datacapturing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
13 changes: 0 additions & 13 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion synchronization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 27fbb0d

Please sign in to comment.