minify play release
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "org.joinmastodon.android.sk"
|
applicationId "org.joinmastodon.android.sk"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 51
|
versionCode 52
|
||||||
versionName "1.1.4+fork.51"
|
versionName "1.1.4+fork.52"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
resConfigs "en", "ar-rSA", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES",
|
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",
|
"eu-rES", "fi-rFI", "fr-rFR", "gl-rES", "hr-rHR", "hy-rAM", "it-rIT", "iw-rIL",
|
||||||
@@ -34,6 +34,8 @@ android {
|
|||||||
}
|
}
|
||||||
noFederatedRelease{
|
noFederatedRelease{
|
||||||
initWith release
|
initWith release
|
||||||
|
minifyEnabled true
|
||||||
|
shrinkResources true
|
||||||
versionNameSuffix '-nofederated'
|
versionNameSuffix '-nofederated'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
* Prepare files for release on F-Droid
|
- Prepare files for release on F-Droid
|
||||||
* Fix automatic updater
|
- Fix automatic updater
|
||||||
* Add monochromatic icons back into launcher icons
|
- Add monochromatic icons back into launcher icons
|
||||||
* Replace wrong unlisted icon in extended footer
|
- Replace wrong unlisted icon in extended footer
|
||||||
@@ -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
|
|
||||||
6
metadata/en-US/changelogs/52.txt
Normal file
6
metadata/en-US/changelogs/52.txt
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user