From 5e47bda81c85d2759842bc75695958949430d573 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Tue, 9 Sep 2025 20:00:38 +0200 Subject: [PATCH] add new app ToFShare --- metadata/com.zoffcc.applications.tofshare.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 metadata/com.zoffcc.applications.tofshare.yml diff --git a/metadata/com.zoffcc.applications.tofshare.yml b/metadata/com.zoffcc.applications.tofshare.yml new file mode 100644 index 0000000000..5bb2ac4b5e --- /dev/null +++ b/metadata/com.zoffcc.applications.tofshare.yml @@ -0,0 +1,26 @@ +Categories: + - File Transfer + - Internet +License: GPL-3.0-only +AuthorName: Zoff +SourceCode: https://github.com/zoff99/ToFShare +IssueTracker: https://github.com/zoff99/ToFShare/issues +Changelog: https://github.com/zoff99/ToFShare/commits/master/ + +AutoName: ToFShare + +RepoType: git +Repo: https://github.com/zoff99/ToFShare.git + +Builds: + - versionName: 1.0.3 + versionCode: 10003 + commit: 2a06497059991c174aefdc58ab9c1a356161c76d + subdir: android-refimpl-app/app + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^[0-9].* +CurrentVersion: 1.0.3 +CurrentVersionCode: 10003