mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update ShareX Pro to 2.3.5 (28)
This commit is contained in:
parent
88adf67eb7
commit
1e4a4943f9
1 changed files with 20 additions and 2 deletions
|
|
@ -48,7 +48,25 @@ Builds:
|
||||||
'assets/sharex_web_*/*.css'
|
'assets/sharex_web_*/*.css'
|
||||||
- zipalign 4 fixed.apk out.apk
|
- zipalign 4 fixed.apk out.apk
|
||||||
|
|
||||||
|
- versionName: 2.3.5
|
||||||
|
versionCode: 28
|
||||||
|
commit: 2217d1267b4c1de0d513f64327a1432a81364013
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y zipalign
|
||||||
|
output: out.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.2.3
|
||||||
|
prebuild: gradle clean
|
||||||
|
build:
|
||||||
|
- gradle assembleRelease
|
||||||
|
- $$reproducible-apk-tools$$/fix-newlines.py build/outputs/apk/release/*.apk
|
||||||
|
fixed.apk 'META-INF/services/*' 'assets/sharex_web_*/*.html' 'assets/sharex_web_*/*.js'
|
||||||
|
'assets/sharex_web_*/*.css'
|
||||||
|
- zipalign 4 fixed.apk out.apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.3.2
|
CurrentVersion: 2.3.5
|
||||||
CurrentVersionCode: 27
|
CurrentVersionCode: 28
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue