minify play release
This commit is contained in:
parent
e6bb319d8b
commit
ae80b7d098
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
- Prepare files for release on F-Droid
|
||||
- Fix automatic updater
|
||||
- Add monochromatic icons back into launcher icons
|
||||
- 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
|
|
@ -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
|
Loading…
Reference in New Issue