From fd8bbc1d64a2f0fb3dc67ab4f6195a2ea1313394 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 16 Jul 2025 05:36:53 +0000 Subject: [PATCH] bot: Update EasyLauncher to 0.3.3 (33) --- metadata/app.easy.launcher.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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