From c7c3af2bc421a551a1b6f004afdf9f555a8059fb Mon Sep 17 00:00:00 2001 From: shum Date: Fri, 5 Aug 2022 14:58:32 +0000 Subject: [PATCH] New App: chat.simplex.app --- metadata/chat.simplex.app.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/chat.simplex.app.yml diff --git a/metadata/chat.simplex.app.yml b/metadata/chat.simplex.app.yml new file mode 100644 index 0000000000..f6e484c754 --- /dev/null +++ b/metadata/chat.simplex.app.yml @@ -0,0 +1,31 @@ +Categories: + - Connectivity + - Phone & SMS +License: AGPL-3.0-or-later +WebSite: https://simplex.chat/ +SourceCode: https://github.com/simplex-chat/simplex-chat +IssueTracker: https://github.com/simplex-chat/simplex-chat/issues + +RepoType: git +Repo: https://github.com/simplex-chat/simplex-chat.git + +Builds: + - versionName: '3.1' + versionCode: 48 + commit: bf2b3855b791fdad5026fc875c753dc22bc3ea75 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - mkdir -m 0755 /nix + - chown vagrant /nix + - chown -R vagrant /tmp + output: ./simplex-chat.apk + build: + - export USER=vagrant + - ./scripts/android/build-android.sh $$COMMIT$$ + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '3.1' +CurrentVersionCode: 48