diff --git a/metadata/app.mlauncher.yml b/metadata/app.mlauncher.yml index aa5c5bf24c..197177aca1 100644 --- a/metadata/app.mlauncher.yml +++ b/metadata/app.mlauncher.yml @@ -308,9 +308,22 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ + - versionName: 1.8.9 + versionCode: 10809 + commit: 904364de1b6116944fcb429995a79f08653a56df + subdir: app + gradle: + - yes + 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 -CurrentVersion: 1.8.4 -CurrentVersionCode: 10804 +CurrentVersion: 1.8.9 +CurrentVersionCode: 10809