Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunyan committed Jul 24, 2020
1 parent 8fe35ed commit 640a13e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 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 2
versionName '1.1'
versionCode 3
versionName '1.2'

def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
Expand Down Expand Up @@ -56,7 +56,7 @@ android {
}
release {
minifyEnabled true
shrinkResources true
shrinkResources false
}
all {
crunchPngs false
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Persist sorting order across application restarts
* Display Open Collective donation links
* Rework text strings

0 comments on commit 640a13e

Please sign in to comment.