From 8e6912c0868bd1e0b6040aab36174f0a742c1cf9 Mon Sep 17 00:00:00 2001 From: phpbg Date: Sun, 3 Dec 2023 17:33:34 +0000 Subject: [PATCH] Add Easysync app --- metadata/com.phpbg.easysync.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/com.phpbg.easysync.yml diff --git a/metadata/com.phpbg.easysync.yml b/metadata/com.phpbg.easysync.yml new file mode 100644 index 0000000000..230c5a6bc7 --- /dev/null +++ b/metadata/com.phpbg.easysync.yml @@ -0,0 +1,32 @@ +Categories: + - Connectivity + - Internet + - Multimedia + - System +License: MIT +AuthorName: Samuel CHEMLA +SourceCode: https://github.com/phpbg/easysync +IssueTracker: https://github.com/phpbg/easysync/issues +Donate: https://github.com/sponsors/phpbg + +AutoName: Easy Sync + +RepoType: git +Repo: https://github.com/phpbg/easysync.git + +Builds: + - versionName: '1.1' + versionCode: 2 + commit: v1.1 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '1.1' +CurrentVersionCode: 2