From de2064321ef741ee5f6380e5f95b3dfdc6532ba0 Mon Sep 17 00:00:00 2001 From: Peter Storch Date: Thu, 18 Jun 2020 22:25:55 +0200 Subject: [PATCH] move whereyougo to c:geo team fork --- metadata/menion.android.whereyougo.yml | 57 +++++++------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/metadata/menion.android.whereyougo.yml b/metadata/menion.android.whereyougo.yml index 75e85daa71..d67020512e 100644 --- a/metadata/menion.android.whereyougo.yml +++ b/metadata/menion.android.whereyougo.yml @@ -1,10 +1,10 @@ Categories: - Navigation License: GPL-3.0-or-later -SourceCode: https://github.com/biylda/WhereYouGo -IssueTracker: https://github.com/biylda/WhereYouGo/issues -Translation: https://github.com/biylda/WhereYouGo#translation -Changelog: https://github.com/biylda/WhereYouGo/releases +SourceCode: https://github.com/cgeo/WhereYouGo +IssueTracker: https://github.com/cgeo/WhereYouGo/issues +Translation: https://github.com/cgeo/WhereYouGo#translation +Changelog: https://github.com/cgeo/WhereYouGo/releases AutoName: WhereYouGo Description: |- @@ -26,48 +26,21 @@ Description: |- * Compass RepoType: git -Repo: https://github.com/biylda/WhereYouGo +Repo: https://github.com/cgeo/WhereYouGo Builds: - - versionName: 0.9.1-git - versionCode: 40 - commit: 5bdd47ff992250f8c65fc49f4f5d31ddc706cd8c - 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 + - versionName: 2020.04.07 + versionCode: 20200407 + commit: 2020.04.07 gradle: - 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 UpdateCheckMode: Tags ^[0-9\.]+$ -CurrentVersion: 0.9.2 -CurrentVersionCode: 43 +CurrentVersion: 2020.04.07 +CurrentVersionCode: 20200407