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'
|
applicationId 'nya.kitsunyan.foxydroid'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName '1.1'
|
versionName '1.2'
|
||||||
|
|
||||||
def languages = [ 'en' ]
|
def languages = [ 'en' ]
|
||||||
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
|
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
|
||||||
@@ -56,7 +56,7 @@ android {
|
|||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources true
|
shrinkResources false
|
||||||
}
|
}
|
||||||
all {
|
all {
|
||||||
crunchPngs false
|
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