mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update ColorBlendr to v2.0.2 (37)
This commit is contained in:
parent
8a1e09571f
commit
8a9a53c92c
1 changed files with 21 additions and 2 deletions
|
|
@ -169,9 +169,28 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
|
||||
'META-INF/services/*' 'assets/*.json'
|
||||
|
||||
- versionName: v2.0.2
|
||||
versionCode: 37
|
||||
commit: 123eb156688588f6c0acf794fcc88d594508d3ec
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.8
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/Mahmud0808/ColorBlendr/releases/download/$$VERSION$$/ColorBlendr.$$VERSION$$.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q "$$OUT$$" -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleRelease; done
|
||||
- $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
|
||||
'META-INF/services/*' 'assets/*.json' 'assets/privacy_policy.txt'
|
||||
|
||||
AllowedAPKSigningKeys: 4af4ffa12ce90815a1775c4604ea16c19f5bed2a6e09ae7c3c92815982af052e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v1.11.5
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: v2.0.2
|
||||
CurrentVersionCode: 37
|
||||
|
|
|
|||
Loading…
Reference in a new issue