mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update BRouter to 1.7.4 (51)
This commit is contained in:
parent
d258d51fcd
commit
5ccc172d12
1 changed files with 12 additions and 2 deletions
|
|
@ -189,6 +189,16 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- brouter-routing-app/src/main/assets/*.zip
|
- brouter-routing-app/src/main/assets/*.zip
|
||||||
|
|
||||||
|
- versionName: 1.7.4
|
||||||
|
versionCode: 51
|
||||||
|
commit: f3af9d6f4bf12ec70be3ea7da4b601174c286c8e
|
||||||
|
subdir: brouter-routing-app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/publishing {/,/^ }/d' ../build.gradle
|
||||||
|
scanignore:
|
||||||
|
- brouter-routing-app/src/main/assets/*.zip
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
We need to upgrade the android maven plugin for the build to work: https://github.com/abrensch/brouter/issues/178
|
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.
|
The other sed's remove signing stuff.
|
||||||
|
|
@ -196,5 +206,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: brouter-routing-app/build.gradle|versionCode\s(\d+)|build.gradle|project.version\s+"([\d.]+)"
|
UpdateCheckData: brouter-routing-app/build.gradle|versionCode\s(\d+)|build.gradle|project.version\s+"([\d.]+)"
|
||||||
CurrentVersion: 1.7.3
|
CurrentVersion: 1.7.4
|
||||||
CurrentVersionCode: 50
|
CurrentVersionCode: 51
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue