From ae80b7d098a288d5efaaecfcdaf0f4fdc08e9df8 Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 28 Nov 2022 20:59:13 +0100 Subject: [PATCH] minify play release --- mastodon/build.gradle | 6 ++++-- metadata/en-US/changelogs/50.txt | 8 ++++---- metadata/en-US/changelogs/51.txt | 6 ------ metadata/en-US/changelogs/52.txt | 6 ++++++ 4 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 metadata/en-US/changelogs/51.txt create mode 100644 metadata/en-US/changelogs/52.txt diff --git a/mastodon/build.gradle b/mastodon/build.gradle index f29f37985..fbf3fe49b 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android.sk" minSdk 23 targetSdk 33 - versionCode 51 - versionName "1.1.4+fork.51" + versionCode 52 + versionName "1.1.4+fork.52" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs "en", "ar-rSA", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fi-rFI", "fr-rFR", "gl-rES", "hr-rHR", "hy-rAM", "it-rIT", "iw-rIL", @@ -34,6 +34,8 @@ android { } noFederatedRelease{ initWith release + minifyEnabled true + shrinkResources true versionNameSuffix '-nofederated' } } diff --git a/metadata/en-US/changelogs/50.txt b/metadata/en-US/changelogs/50.txt index 1ae790347..0c5cdc86a 100644 --- a/metadata/en-US/changelogs/50.txt +++ b/metadata/en-US/changelogs/50.txt @@ -1,4 +1,4 @@ -* Prepare files for release on F-Droid -* Fix automatic updater -* Add monochromatic icons back into launcher icons -* Replace wrong unlisted icon in extended footer \ No newline at end of file +- Prepare files for release on F-Droid +- Fix automatic updater +- Add monochromatic icons back into launcher icons +- Replace wrong unlisted icon in extended footer \ No newline at end of file diff --git a/metadata/en-US/changelogs/51.txt b/metadata/en-US/changelogs/51.txt deleted file mode 100644 index 3ad301b4e..000000000 --- a/metadata/en-US/changelogs/51.txt +++ /dev/null @@ -1,6 +0,0 @@ -* Make it possible to open the original post while replying (by clicking the “In reply to…” line) -* Merge upstream changes and bugfixes -* Remove unused “App Center” code -* Add release without Federated timeline for Play Store -* Add custom redirect URI for easier login -* Change contribution link \ No newline at end of file diff --git a/metadata/en-US/changelogs/52.txt b/metadata/en-US/changelogs/52.txt new file mode 100644 index 000000000..d33536e2e --- /dev/null +++ b/metadata/en-US/changelogs/52.txt @@ -0,0 +1,6 @@ +- Make it possible to open the original post while replying (by clicking the “In reply to…” line) +- Merge upstream changes and bugfixes +- Remove unused “App Center” code +- Add release without Federated timeline for Play Store +- Add custom redirect URI for easier login +- Change contribution link \ No newline at end of file