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
Upgrade android-publish to 1.0.6
  • Loading branch information
hb0 authored Feb 28, 2024
2 parents 037e001 + 37287c9 commit df9dfc4
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 @@ -29,7 +29,7 @@ plugins {
// use `:datacapturing:publishToMavenLocal` instead of `publishToMavenLocal` (see custom task `publishAll`)
// Don't move to root `build.gradle` as this forces SDK and camera_service to define this, too.
// Keep version in sync with other modules!
id 'de.cyface.android-publish' version '1.0.5'
id 'de.cyface.android-publish' version '1.0.8'
id 'kotlin-android'
id 'kotlin-kapt'
}
Expand Down
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
// use `:datacapturing:publishToMavenLocal` instead of `publishToMavenLocal` (see custom task `publishAll`)
// Don't move to root `build.gradle` as this forces SDK and camera_service to define this, too.
// Keep version in sync with other modules!
id 'de.cyface.android-publish' version '1.0.5'
id 'de.cyface.android-publish' version '1.0.8'
id 'kotlin-android'
id 'kotlin-kapt'
}
Expand Down
13 changes: 0 additions & 13 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,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 @@ -32,7 +32,7 @@ plugins {
// use `:datacapturing:publishToMavenLocal` instead of `publishToMavenLocal` (see custom task `publishAll`)
// Don't move to root `build.gradle` as this forces SDK and camera_service to define this, too.
// Keep version in sync with other modules!
id 'de.cyface.android-publish' version '1.0.5'
id 'de.cyface.android-publish' version '1.0.8'
id 'kotlin-android'
id 'com.google.protobuf' // For Proto DataStore
}
Expand Down

0 comments on commit df9dfc4

Please sign in to comment.