From 756d2756c85d994b5d320fe16335d9c31eee6ff6 Mon Sep 17 00:00:00 2001 From: jugendhacker Date: Thu, 14 Oct 2021 10:43:08 +0200 Subject: [PATCH] Add com.gravityplay Fixes fdroid/rfp#1842 --- metadata/com.gravityplay.yml | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 metadata/com.gravityplay.yml diff --git a/metadata/com.gravityplay.yml b/metadata/com.gravityplay.yml new file mode 100644 index 0000000000..50d5fb61d6 --- /dev/null +++ b/metadata/com.gravityplay.yml @@ -0,0 +1,44 @@ +AntiFeatures: + - Ads + - NonFreeNet +Categories: + - Games +License: GPL-2.0-only +AuthorName: Krasimir Topchiyski +AuthorEmail: k_topchiyski@yahoo.com +AuthorWebSite: https://metatransapps.com/ +WebSite: https://metatransapps.com/gravity-force-finger-137-cross-the-orbits/ +SourceCode: https://github.com/MetatransApps/Android_APK_2DGravity +IssueTracker: https://github.com/MetatransApps/Android_APK_2DGravity/issues + +AutoName: 'Gravity Force Finger 137: Cross the Orbits' + +RepoType: git +Repo: https://github.com/MetatransApps/Android_APK_2DGravity.git + +Builds: + - versionName: 1.0.3 + versionCode: 103 + commit: 103-fdroid-import-request + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + prebuild: + - cd ../../ + - git clone https://github.com/MetatransApps/Android_LIB_Commons.git + - git clone https://github.com/MetatransApps/Android_LIB_CommonsAds.git + - git clone https://github.com/MetatransApps/Android_LIB_Commons2D.git + - git clone https://github.com/MetatransApps/Android_APP_2DGravity.git + +MaintainerNotes: |- + * Ads: contains self-served ads + * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads + +AutoUpdateMode: Version %c +UpdateCheckMode: Tags +CurrentVersion: 1.0.3 +CurrentVersionCode: 103