mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
Release 1.2
This commit is contained in:
+3
-3
@@ -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('", "') + '" }'
|
||||
@@ -56,7 +56,7 @@ android {
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
shrinkResources false
|
||||
}
|
||||
all {
|
||||
crunchPngs false
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
* Persist sorting order across application restarts
|
||||
* Display Open Collective donation links
|
||||
* Rework text strings
|
||||
Reference in New Issue
Block a user