mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Euro konverter to 1.1.1 (3)
This commit is contained in:
parent
e8f546bf48
commit
6b933d6237
1 changed files with 19 additions and 2 deletions
|
|
@ -28,7 +28,24 @@ Builds:
|
|||
fixed.apk 'META-INF/services/*'
|
||||
- zipalign 4 fixed.apk out.apk
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 3
|
||||
commit: ab00a43d4fa1419d0d7cae638c53bbacd5e8822e
|
||||
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'
|
||||
CurrentVersionCode: 2
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue