mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Add com.stoptheballs
This commit is contained in:
parent
27f31aeb39
commit
d4a49a345c
1 changed files with 44 additions and 0 deletions
44
metadata/com.stoptheballs.yml
Normal file
44
metadata/com.stoptheballs.yml
Normal file
|
|
@ -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/non-stop-balloons-shooter-for-kids-and-adults/
|
||||
SourceCode: https://github.com/MetatransApps/Android_APK_2DBalloons
|
||||
IssueTracker: https://github.com/MetatransApps/Android_APK_2DBalloons/issues
|
||||
|
||||
AutoName: 'Non Stop Balloons: Shooter for Kids and Adults'
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/MetatransApps/Android_APK_2DBalloons
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 105
|
||||
commit: 105-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_2DBalloons.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.5
|
||||
CurrentVersionCode: 105
|
||||
Loading…
Reference in a new issue