diff --git a/metadata/app.easy.launcher.yml b/metadata/app.easy.launcher.yml index 79e9117c41..afac56d65b 100644 --- a/metadata/app.easy.launcher.yml +++ b/metadata/app.easy.launcher.yml @@ -176,9 +176,22 @@ Builds: gradle: - withoutInternet + - versionName: 0.3.3 + versionCode: 33 + commit: 462ed1b3aed492a8d055615185ff5fa4525351c7 + subdir: app + gradle: + - withoutInternet + srclibs: + - reproducible-apk-tools@v0.3.0 + postbuild: + - mv $$OUT$$ unaligned.apk + - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner + --replace unaligned.apk $$OUT$$ + AllowedAPKSigningKeys: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0 AutoUpdateMode: Version UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.3.2 -CurrentVersionCode: 32 +CurrentVersion: 0.3.3 +CurrentVersionCode: 33