Release 1.1

This commit is contained in:
kitsunyan
2020-06-26 04:13:45 +03:00
parent a267337578
commit c34574c014
2 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -27,8 +27,8 @@ android {
applicationId 'nya.kitsunyan.foxydroid'
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 2
versionName '1.1'
def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
@@ -98,6 +98,7 @@ android {
storePassword signing.storePassword
keyAlias signing.keyAlias
keyPassword signing.keyPassword
v2SigningEnabled false
}
}
+3
View File
@@ -0,0 +1,3 @@
* Allow to sort by date added and last update
* Display more compatibility information for packages
* Drop AppCompat and reduce APK file size