mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update OpenTrail to 0.5-final (6)
This commit is contained in:
parent
c173b2f8cf
commit
77cacc2d3c
1 changed files with 29 additions and 2 deletions
|
|
@ -47,7 +47,34 @@ Builds:
|
|||
- pushd $$freemaplibProj$$
|
||||
- $$MVN3$$ install
|
||||
|
||||
- versionName: 0.5-final
|
||||
versionCode: 6
|
||||
commit: 0.5-final
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- andromaps@ec817a0b869ad41d0dc661bcca0b8595dc719003
|
||||
- freemaplib@20170509
|
||||
- freemaplibProj@20131013
|
||||
- JCoord@328e75a8d44d9f6a13205994d3b9d3fd50f68867
|
||||
- javaproj@b2167fa5aa64dce82867f7d96ac1462a4212c9df
|
||||
prebuild: echo -e "\nproject(':andromaps').projectDir = new File('./app/$$andromaps$$/app/')"
|
||||
>> ../settings.gradle
|
||||
build:
|
||||
- pushd $$freemaplib$$
|
||||
- $$MVN3$$ install
|
||||
- popd
|
||||
- pushd $$JCoord$$
|
||||
- $$MVN3$$ install -DskipTests
|
||||
- popd
|
||||
- pushd $$javaproj$$
|
||||
- $$MVN3$$ install -DskipTests
|
||||
- popd
|
||||
- pushd $$freemaplibProj$$
|
||||
- $$MVN3$$ install
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.4'
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 0.5-final
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue