From 0dd313080cabf1bbeb75bec702cca112b97d5b98 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Tue, 20 Jun 2023 14:06:53 +0000 Subject: [PATCH] New App: Coin Collection App --- metadata/com.spencerpages.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/com.spencerpages.yml diff --git a/metadata/com.spencerpages.yml b/metadata/com.spencerpages.yml new file mode 100644 index 0000000000..8efce84cd9 --- /dev/null +++ b/metadata/com.spencerpages.yml @@ -0,0 +1,33 @@ +Categories: + - Money +License: GPL-3.0-only +AuthorName: Andrew Williams +AuthorEmail: andrew27379091@gmail.com +SourceCode: https://github.com/anwilli5/coin-collection-android-US +IssueTracker: https://github.com/anwilli5/coin-collection-android-US/issues +Changelog: https://github.com/anwilli5/coin-collection-android-US/releases + +AutoName: Coin Collection + +RepoType: git +Repo: https://github.com/anwilli5/coin-collection-android-US +Binaries: https://github.com/anwilli5/coin-collection-android-US/releases/download/v%v/app-android-release-v%v.apk + +Builds: + - versionName: 3.5.1 + versionCode: 30 + commit: v3.5.1 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - android + +AllowedAPKSigningKeys: bc9e1fb5f3c04ffbd1a563de848a70f40ddb6e26dcabf7d66cc3bf8cf110ae30 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 3.5.1 +CurrentVersionCode: 30