mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
bot: Update EasyLauncher to 0.3.3 (33)
This commit is contained in:
parent
d79bbc2c4f
commit
fd8bbc1d64
1 changed files with 15 additions and 2 deletions
|
|
@ -176,9 +176,22 @@ Builds:
|
|||
gradle:
|
||||
- withoutInternet
|
||||
|
||||
- versionName: 0.3.3
|
||||
versionCode: 33
|
||||
commit: 462ed1b3aed492a8d055615185ff5fa4525351c7
|
||||
subdir: app
|
||||
gradle:
|
||||
- withoutInternet
|
||||
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: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 0.3.2
|
||||
CurrentVersionCode: 32
|
||||
CurrentVersion: 0.3.3
|
||||
CurrentVersionCode: 33
|
||||
|
|
|
|||
Loading…
Reference in a new issue