diff --git a/metadata/de.sorunome.unifiednlp.trains.yml b/metadata/de.sorunome.unifiednlp.trains.yml index 6f4febe751..5a8bd84bb0 100644 --- a/metadata/de.sorunome.unifiednlp.trains.yml +++ b/metadata/de.sorunome.unifiednlp.trains.yml @@ -46,7 +46,22 @@ Builds: - gradle publishToMavenLocal - popd + - versionName: v1.3.0 + versionCode: 15 + commit: 0cc58890032bbf851a9786806c62ac946f8f3dc4 + gradle: + - yes + srclibs: + - earth-gravitational-model@v1.0.0 + prebuild: sed -i -e '/git {/,+4d' -e '/google/amavenLocal()' -e "/implementation/aimplementation + 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle + build: + - pushd $$earth-gravitational-model$$ + - gradle build + - gradle publishToMavenLocal + - popd + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: v1.0.0 -CurrentVersionCode: 14 +CurrentVersion: v1.3.0 +CurrentVersionCode: 15