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 { android.sourceSets.main.manifest.srcFile.each { source ->
def source = it
mainStringsMap.each { mainStringsMap.each {
if (!it.value) { if (!it.value) {
def string = it def string = it