diff --git a/metadata/app.mlauncher.yml b/metadata/app.mlauncher.yml index 6f9bf1a233..5369d380ac 100644 --- a/metadata/app.mlauncher.yml +++ b/metadata/app.mlauncher.yml @@ -230,9 +230,22 @@ Builds: gradle: - yes + - versionName: 1.7.1 + versionCode: 171 + commit: 50ed87558b983bb5c7e90dec23d26d101c56f2d8 + 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.0 -CurrentVersionCode: 170 +CurrentVersion: 1.7.1 +CurrentVersionCode: 171