mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Image Resizer to 1.5.3 (15)
This commit is contained in:
parent
cb65e7e219
commit
6f0745f3b1
1 changed files with 18 additions and 2 deletions
|
|
@ -29,7 +29,23 @@ Builds:
|
||||||
fixed.apk 'META-INF/services/*'
|
fixed.apk 'META-INF/services/*'
|
||||||
- zipalign 4 fixed.apk out.apk
|
- zipalign 4 fixed.apk out.apk
|
||||||
|
|
||||||
|
- versionName: 1.5.3
|
||||||
|
versionCode: 15
|
||||||
|
commit: 43b7ef5454f00e4b48aecf35d60f4074979c77f3
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y zipalign
|
||||||
|
output: out.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.2.3
|
||||||
|
build:
|
||||||
|
- gradle assembleRelease
|
||||||
|
- $$reproducible-apk-tools$$/fix-newlines.py build/outputs/apk/release/*.apk
|
||||||
|
fixed.apk 'META-INF/services/*'
|
||||||
|
- zipalign 4 fixed.apk out.apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.5.1
|
CurrentVersion: 1.5.3
|
||||||
CurrentVersionCode: 13
|
CurrentVersionCode: 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue