diff --git a/metadata/btools.routingapp.yml b/metadata/btools.routingapp.yml index 3b60dafb23..96b20469d2 100644 --- a/metadata/btools.routingapp.yml +++ b/metadata/btools.routingapp.yml @@ -141,7 +141,20 @@ Builds: - sed -i -e '79,81d' pom.xml - sed -i -e '44,70d' pom.xml -MaintainerNotes: The sed's remove signing stuff. + - versionName: 1.6.1 + versionCode: 41 + commit: b0410daf89c72dcb94d5acf161b98679b14c8791 + subdir: brouter-routing-app + maven: yes@.. + output: target/brouter-routing-app-$$VERSION$$.apk + prebuild: + - sed -i -e 's/3.6.0/3.9.0-rc.2/' ../pom.xml + - sed -i -e '79,81d' pom.xml + - sed -i -e '44,70d' pom.xml + +MaintainerNotes: |- + We need to upgrade the android maven plugin for the build to work: https://github.com/abrensch/brouter/issues/178 + The other sed's remove signing stuff. AutoUpdateMode: None UpdateCheckMode: RepoManifest