Release 1.2

This commit is contained in:
kitsunyan
2020-07-25 01:40:37 +03:00
parent 8fe35edc82
commit 640a13e7fb
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -27,8 +27,8 @@ android {
applicationId 'nya.kitsunyan.foxydroid'
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName '1.1'
versionCode 3
versionName '1.2'
def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
@@ -56,7 +56,7 @@ android {
}
release {
minifyEnabled true
shrinkResources true
shrinkResources false
}
all {
crunchPngs false
+3
View File
@@ -0,0 +1,3 @@
* Persist sorting order across application restarts
* Display Open Collective donation links
* Rework text strings