diff --git a/metadata/btools.routingapp.yml b/metadata/btools.routingapp.yml index 77c5046d51..ae13687679 100644 --- a/metadata/btools.routingapp.yml +++ b/metadata/btools.routingapp.yml @@ -169,6 +169,16 @@ Builds: scanignore: - brouter-routing-app/src/main/assets/*.zip + - versionName: 1.7.2 + versionCode: 49 + commit: cabdea1e947ecfb4015cfcdecc26aab261b3855c + subdir: brouter-routing-app + gradle: + - yes + prebuild: sed -i -e '/publishing {/,/^ }/d' ../build.gradle + scanignore: + - brouter-routing-app/src/main/assets/*.zip + 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. @@ -176,5 +186,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: brouter-routing-app/build.gradle|versionCode\s(\d+)|build.gradle|project.version\s+"([\d.]+)" -CurrentVersion: 1.7.1 -CurrentVersionCode: 48 +CurrentVersion: 1.7.2 +CurrentVersionCode: 49