diff --git a/metadata/app.mlauncher.yml b/metadata/app.mlauncher.yml index 20aa6cd387..5168452eed 100644 --- a/metadata/app.mlauncher.yml +++ b/metadata/app.mlauncher.yml @@ -256,9 +256,22 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ + - versionName: 1.7.3 + versionCode: 173 + commit: ce6f6ea5d7c068f5ab7be24b3caf9f5649e6618a + 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.7.2 -CurrentVersionCode: 172 +CurrentVersion: 1.7.3 +CurrentVersionCode: 173