mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
Update MultiLauncher to 1.10.5.0 (1100500)
This commit is contained in:
parent
ea36c701a0
commit
1847a3da53
1 changed files with 16 additions and 2 deletions
|
|
@ -335,11 +335,25 @@ Builds:
|
||||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||||
--replace unaligned.apk $$OUT$$
|
--replace unaligned.apk $$OUT$$
|
||||||
|
|
||||||
|
- versionName: 1.10.5.0
|
||||||
|
versionCode: 1100500
|
||||||
|
commit: 1.10.5.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
|
||||||
|
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
|
AllowedAPKSigningKeys: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://github.com/DroidWorksStudio/mLauncher/releases/latest|>(\d+)
|
UpdateCheckData: https://github.com/DroidWorksStudio/mLauncher/releases/latest|>(\d+)
|
||||||
\([\d.]+\) - Multi Launcher|.|>\d+ \(([\d.]+)\) - Multi Launcher
|
\([\d.]+\) - Multi Launcher|.|>\d+ \(([\d.]+)\) - Multi Launcher
|
||||||
CurrentVersion: 1.10.4.1
|
CurrentVersion: 1.10.5.0
|
||||||
CurrentVersionCode: 1100401
|
CurrentVersionCode: 1100500
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue