diff --git a/metadata/me.sujanpoudel.playdeals.yml b/metadata/me.sujanpoudel.playdeals.yml new file mode 100644 index 0000000000..b9a6b87283 --- /dev/null +++ b/metadata/me.sujanpoudel.playdeals.yml @@ -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