Skip to content

Commit 640a13e

Browse files
committed
Release 1.2
1 parent 8fe35ed commit 640a13e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId 'nya.kitsunyan.foxydroid'
2828
minSdkVersion 21
2929
targetSdkVersion 29
30-
versionCode 2
31-
versionName '1.1'
30+
versionCode 3
31+
versionName '1.2'
3232

3333
def languages = [ 'en' ]
3434
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
@@ -56,7 +56,7 @@ android {
5656
}
5757
release {
5858
minifyEnabled true
59-
shrinkResources true
59+
shrinkResources false
6060
}
6161
all {
6262
crunchPngs false

metadata/en-US/changelogs/3.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Persist sorting order across application restarts
2+
* Display Open Collective donation links
3+
* Rework text strings

0 commit comments

Comments
 (0)