diff --git a/metadata/de.sorunome.unifiednlp.trains.yml b/metadata/de.sorunome.unifiednlp.trains.yml index b07ad5c889..6f4febe751 100644 --- a/metadata/de.sorunome.unifiednlp.trains.yml +++ b/metadata/de.sorunome.unifiednlp.trains.yml @@ -31,7 +31,22 @@ Builds: - gradle publishToMavenLocal - popd + - versionName: v1.0.0 + versionCode: 14 + commit: cc32b59e926bfca880277fb5994dfc54ffcda27f + 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: v0.1.0 -CurrentVersionCode: 13 +CurrentVersion: v1.0.0 +CurrentVersionCode: 14