mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Euro konverter to 1.2 (4)
This commit is contained in:
parent
5658125aa7
commit
4e7ae92a69
1 changed files with 19 additions and 2 deletions
|
|
@ -45,7 +45,24 @@ Builds:
|
|||
fixed.apk 'META-INF/services/*'
|
||||
- zipalign 4 fixed.apk out.apk
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 4
|
||||
commit: 7481b07b6fb7103ff6c5c1c8abd6362016c8061c
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y zipalign
|
||||
output: out.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.1.1
|
||||
prebuild: gradle clean
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 3
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue