Fix resource config for AAB package

This commit is contained in:
Jenkins nymea 2020-04-01 21:34:31 +02:00
parent 354cf745c1
commit 219b74a94f

View File

@ -68,4 +68,8 @@ android {
lintOptions {
abortOnError false
}
defaultConfig {
resConfigs "en", "de", "ko"
}
}