Release 1.3

This commit is contained in:
kitsunyan
2020-08-01 05:59:01 +03:00
parent bee6af56ca
commit d7b3476a4a
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ android {
applicationId 'nya.kitsunyan.foxydroid'
minSdkVersion 21
targetSdkVersion 29
versionCode 3
versionName '1.2'
versionCode 4
versionName '1.3'
def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
+4
View File
@@ -0,0 +1,4 @@
* Full text search
* Search results ranking
* Allow to view packages per repository
* Automatic day/night theme for Android 10