mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
add Voice Mail Player (groomiac.voicemailplayer)
This commit is contained in:
parent
2b28e520bc
commit
50f61cc52e
1 changed files with 35 additions and 0 deletions
35
metadata/groomiac.voicemailplayer.yml
Normal file
35
metadata/groomiac.voicemailplayer.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Simon Blur
|
||||
AuthorEmail: groomiac@gmail.com
|
||||
AuthorWebSite: https://groomiac.appspot.com/
|
||||
SourceCode: https://github.com/Groomiac/voicemailplayer
|
||||
IssueTracker: https://github.com/Groomiac/voicemailplayer/issues
|
||||
|
||||
AutoName: Voice Mail Player
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Groomiac/voicemailplayer
|
||||
|
||||
Builds:
|
||||
- versionName: '1.3'
|
||||
versionCode: 13
|
||||
commit: v13_w_fastlane_fdroid
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant
|
||||
- rm -fr /opt/android-sdk/build-tools/*
|
||||
rm:
|
||||
- libs
|
||||
extlibs:
|
||||
- android/android-support-v4.jar
|
||||
prebuild:
|
||||
- echo -e 'java.target=1.8\njava.source=1.8' > ant.properties
|
||||
- sdkmanager 'build-tools;30.0.3'
|
||||
target: android-21
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 13
|
||||
Loading…
Reference in a new issue