Remove hard coded Android manifest string

This commit is contained in:
Tal Regev 2023-03-17 15:54:49 +02:00
parent 4b8c226294
commit e1a6b9a292
1 changed files with 1 additions and 2 deletions

View File

@ -219,8 +219,7 @@ def validateTranslations() {
}
}
new File('app/src/main/AndroidManifest.xml').each {
def source = it
android.sourceSets.main.manifest.srcFile.each { source ->
mainStringsMap.each {
if (!it.value) {
def string = it