diff --git a/metadata/ch.mydoli.focal.yml b/metadata/ch.mydoli.focal.yml new file mode 100644 index 0000000000..0f14f20099 --- /dev/null +++ b/metadata/ch.mydoli.focal.yml @@ -0,0 +1,35 @@ +Categories: + - Multimedia +License: GPL-3.0-or-later +AuthorName: MYDOLI +AuthorEmail: focal@mydoli.ch +WebSite: https://gitlab.com/mydoli/focal +SourceCode: https://gitlab.com/mydoli/focal +IssueTracker: https://gitlab.com/mydoli/focal/issues +Changelog: https://gitlab.com/mydoli/focal/-/releases + +AutoName: FoCal + +RepoType: git +Repo: https://gitlab.com/mydoli/focal.git +Binaries: https://gitlab.com/mydoli/focal/-/releases/%v/downloads/package/focal-%v.apk + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: '1.0' + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AllowedAPKSigningKeys: f66776eb14716649eae07cd4e71dec2e56709d4418ede1b4aabeeea70fa72840 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: app/build.gradle|versionCode\s(\d+)||(.*) +CurrentVersion: '1.0' +CurrentVersionCode: 1