gradle update

This commit is contained in:
nuclearfog 2021-02-06 10:16:03 +01:00
parent 5b7c9af066
commit 56a612612b
No known key found for this signature in database
GPG Key ID: D5490E4A81F97B14

View File

@ -12,7 +12,7 @@ android {
versionCode 35
versionName '1.8.11'
// limiting language support for smaller APK size
resConfigs 'en', 'de-rDE'
resConfigs 'en', 'de-rDE', 'zh-rCN'
vectorDrawables.useSupportLibrary true
}