Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunyan committed Aug 1, 2020
1 parent bee6af5 commit d7b3476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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('", "') + '" }'
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Full text search
* Search results ranking
* Allow to view packages per repository
* Automatic day/night theme for Android 10

0 comments on commit d7b3476

Please sign in to comment.