mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New app: Polymarket Viewer
This commit is contained in:
parent
026af3e130
commit
790781e6ee
1 changed files with 35 additions and 0 deletions
35
metadata/com.streamatico.polymarketviewer.yml
Normal file
35
metadata/com.streamatico.polymarketviewer.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on polymarket.com servers
|
||||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/streamatico/PolymarketViewer
|
||||
IssueTracker: https://github.com/Streamatico/PolymarketViewer/issues
|
||||
|
||||
AutoName: Polymarket Viewer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/streamatico/PolymarketViewer.git
|
||||
Binaries: https://github.com/Streamatico/PolymarketViewer/releases/download/v%v/polymarket-viewer-%v-signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.18'
|
||||
versionCode: 9
|
||||
commit: 4bc0c04d50f1bb969bc75b4c25d303583f685b8a
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: f7c7bb57a3b8617bb292071d2ad505c5d95c085e9caa19f36b4b12d02037fbee
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.18'
|
||||
CurrentVersionCode: 9
|
||||
Loading…
Reference in a new issue