mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'whereyougo_moveto_cgeo' into 'master'
move whereyougo to c:geo team See merge request fdroid/fdroiddata!6977
This commit is contained in:
commit
12106a9dba
1 changed files with 15 additions and 42 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Navigation
|
- Navigation
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
SourceCode: https://github.com/biylda/WhereYouGo
|
SourceCode: https://github.com/cgeo/WhereYouGo
|
||||||
IssueTracker: https://github.com/biylda/WhereYouGo/issues
|
IssueTracker: https://github.com/cgeo/WhereYouGo/issues
|
||||||
Translation: https://github.com/biylda/WhereYouGo#translation
|
Translation: https://github.com/cgeo/WhereYouGo#translation
|
||||||
Changelog: https://github.com/biylda/WhereYouGo/releases
|
Changelog: https://github.com/cgeo/WhereYouGo/releases
|
||||||
|
|
||||||
AutoName: WhereYouGo
|
AutoName: WhereYouGo
|
||||||
Description: |-
|
Description: |-
|
||||||
|
|
@ -26,48 +26,21 @@ Description: |-
|
||||||
* Compass
|
* Compass
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/biylda/WhereYouGo
|
Repo: https://github.com/cgeo/WhereYouGo
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.9.1-git
|
- versionName: 2020.04.07
|
||||||
versionCode: 40
|
versionCode: 20200407
|
||||||
commit: 5bdd47ff992250f8c65fc49f4f5d31ddc706cd8c
|
commit: 2020.04.07
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
forceversion: true
|
|
||||||
|
|
||||||
- versionName: 0.9.1
|
|
||||||
versionCode: 41
|
|
||||||
disable: tag moved by upstream
|
|
||||||
commit: 0.9.1
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
|
|
||||||
- versionName: 0.9.1
|
|
||||||
versionCode: 42
|
|
||||||
commit: 0.9.1
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
|
|
||||||
- versionName: 0.9.2
|
|
||||||
versionCode: 43
|
|
||||||
commit: 0.9.2-beta
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
|
|
||||||
- versionName: 0.9.3
|
|
||||||
versionCode: 44
|
|
||||||
commit: 0.9.3-beta
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
|
|
||||||
- versionName: 0.9.3
|
|
||||||
versionCode: 45
|
|
||||||
commit: 0.9.3
|
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/versionName .*/versionName = "$$VERSION$$"/g' build.gradle
|
||||||
|
- export APP_VERSION="$$VERSION$$"
|
||||||
|
- export APP_CODE=${APP_VERSION//./}
|
||||||
|
- sed -i -e 's/versionCode .*/versionCode = '"$APP_CODE"'/g' build.gradle
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^[0-9\.]+$
|
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||||
CurrentVersion: 0.9.2
|
CurrentVersion: 2020.04.07
|
||||||
CurrentVersionCode: 43
|
CurrentVersionCode: 20200407
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue