New App me.sujanpoudel.playdeals

This commit is contained in:
Sujan Poudel 2024-02-07 09:43:06 +00:00 committed by Licaon_Kter
parent 5cd5219f47
commit 3f0c687874

View file

@ -0,0 +1,42 @@
AntiFeatures:
NonFreeNet:
en-US: Offers are downloaded from developer server, assets from Google
Tracking:
en-US: Connects to Google servers for app data
Categories:
- Money
License: GPL-3.0-only
AuthorName: Sujan Poudel
AuthorEmail: mail@sujanpoudel.me
AuthorWebSite: https://sujanpoudel.me
SourceCode: https://github.com/psuzn/Play-Deals
IssueTracker: https://github.com/psuzn/Play-Deals/issues
Changelog: https://github.com/psuzn/Play-Deals/blob/HEAD/CHANGELOG/CHANGELOG.md
Liberapay: psuzn
AutoName: Play Deals
RepoType: git
Repo: https://github.com/psuzn/Play-Deals.git
Builds:
- versionName: 2.2.1
versionCode: 33
commit: v2.2.1
subdir: androidApp
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
prebuild:
- cd ..
- bash ./strip_google_services.sh
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: buildSrc/src/main/kotlin/Artifacts.kt|VERSION_CODE = (\d+)|.|VERSION_NAME
= "([\d.]+)"
CurrentVersion: 2.2.1
CurrentVersionCode: 33