From 63b217cba65395ecb23e7a6a8fd68fea0b759a67 Mon Sep 17 00:00:00 2001 From: S1m Date: Tue, 7 Sep 2021 09:15:01 +0000 Subject: [PATCH] Add org.unifiedpush.example --- metadata/org.unifiedpush.example.yml | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/org.unifiedpush.example.yml diff --git a/metadata/org.unifiedpush.example.yml b/metadata/org.unifiedpush.example.yml new file mode 100644 index 0000000000..c03d4ff22b --- /dev/null +++ b/metadata/org.unifiedpush.example.yml @@ -0,0 +1,32 @@ +Categories: + - Connectivity + - System +License: Apache-2.0 +AuthorName: UnifiedPush +WebSite: https://unifiedpush.org/ +SourceCode: https://github.com/UnifiedPush/android-example +IssueTracker: https://github.com/UnifiedPush/android-example/issues +Changelog: https://github.com/UnifiedPush/android-example/releases + +Name: UP-Example +AutoName: UP-Example + +RepoType: git +Repo: https://github.com/UnifiedPush/android-example.git + +Builds: + - versionName: 1.2.4 + versionCode: 13 + commit: 1.2.4 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - mainFlavor + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags \d+\.\d+(\.\d+)? +CurrentVersion: 1.2.4 +CurrentVersionCode: 13