mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 22:55:11 +00:00
Update BRouter to 1.7.0 (47)
This commit is contained in:
parent
415e83122d
commit
15714a08d1
1 changed files with 12 additions and 2 deletions
|
|
@ -149,6 +149,16 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- brouter-routing-app/src/main/assets/*.zip
|
- brouter-routing-app/src/main/assets/*.zip
|
||||||
|
|
||||||
|
- versionName: 1.7.0
|
||||||
|
versionCode: 47
|
||||||
|
commit: 340227016ab0d08afa6ec301a9a7d7f9607946de
|
||||||
|
subdir: brouter-routing-app
|
||||||
|
gradle:
|
||||||
|
- api30
|
||||||
|
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.
|
||||||
|
|
@ -156,5 +166,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.6.3
|
CurrentVersion: 1.7.0
|
||||||
CurrentVersionCode: 43
|
CurrentVersionCode: 47
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue