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' applicationId 'nya.kitsunyan.foxydroid'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 2 versionCode 3
versionName '1.1' versionName '1.2'
def languages = [ 'en' ] def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }' buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
@@ -56,7 +56,7 @@ android {
} }
release { release {
minifyEnabled true minifyEnabled true
shrinkResources true shrinkResources false
} }
all { all {
crunchPngs false crunchPngs false
+3
View File
@@ -0,0 +1,3 @@
* Persist sorting order across application restarts
* Display Open Collective donation links
* Rework text strings