mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update OpenTrail to 0.6.0 (11)
This commit is contained in:
parent
1780e87e19
commit
c5251478ec
1 changed files with 29 additions and 2 deletions
|
|
@ -59,7 +59,34 @@ Builds:
|
|||
- pushd $$freemaplibProj$$
|
||||
- $$MVN3$$ install
|
||||
|
||||
- versionName: 0.6.0
|
||||
versionCode: 11
|
||||
commit: 497d9d177e7a2fc11d26cde57a9af233cdd2ffc5
|
||||
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.6.0
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue