mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
New App: me.haroldmartin.golwallpaper
This commit is contained in:
parent
effbb0002c
commit
77500ddf2e
1 changed files with 36 additions and 0 deletions
36
metadata/me.haroldmartin.golwallpaper.yml
Normal file
36
metadata/me.haroldmartin.golwallpaper.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Theming
|
||||
License: MIT
|
||||
AuthorName: Harold Martin
|
||||
AuthorEmail: harold.martin@gmail.com
|
||||
WebSite: https://github.com/hbmartin/onyx-boox-screensaver-gol
|
||||
SourceCode: https://github.com/hbmartin/onyx-boox-screensaver-gol
|
||||
IssueTracker: https://github.com/hbmartin/onyx-boox-screensaver-gol/issues
|
||||
|
||||
Name: GoL Screensaver
|
||||
AutoName: GoL Screensaver
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/hbmartin/onyx-boox-screensaver-gol.git
|
||||
Binaries: https://github.com/hbmartin/onyx-boox-screensaver-gol/releases/download/v%v/app-release-unsigned-signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
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: 94d23cf011d4e14531491fb2c8ab51a162b1d0bbe1e282ed986100204578bec2
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue