mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update mLauncher to 1.7.1 (171)
This commit is contained in:
parent
e358e28597
commit
2f55721200
1 changed files with 15 additions and 2 deletions
|
|
@ -230,9 +230,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.7.1
|
||||
versionCode: 171
|
||||
commit: 50ed87558b983bb5c7e90dec23d26d101c56f2d8
|
||||
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: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.7.0
|
||||
CurrentVersionCode: 170
|
||||
CurrentVersion: 1.7.1
|
||||
CurrentVersionCode: 171
|
||||
|
|
|
|||
Loading…
Reference in a new issue