mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update BRouter to 1.7.7 (54)
This commit is contained in:
parent
03153047c9
commit
e2c4b89c00
1 changed files with 12 additions and 2 deletions
|
|
@ -209,6 +209,16 @@ Builds:
|
|||
scanignore:
|
||||
- brouter-routing-app/src/main/assets/*.zip
|
||||
|
||||
- versionName: 1.7.7
|
||||
versionCode: 54
|
||||
commit: e63cc9888fcada42464dc9b0114ec20c1736e7fb
|
||||
subdir: brouter-routing-app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/publishing {/,/^}/d' ../buildSrc/src/main/groovy/brouter.library-conventions.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.
|
||||
|
|
@ -216,5 +226,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: brouter-routing-app/build.gradle|versionCode\s(\d+)|buildSrc/src/main/groovy/brouter.version-conventions.gradle|version\s+'([\d.]+)'
|
||||
CurrentVersion: 1.7.6
|
||||
CurrentVersionCode: 53
|
||||
CurrentVersion: 1.7.7
|
||||
CurrentVersionCode: 54
|
||||
|
|
|
|||
Loading…
Reference in a new issue