mirror of https://github.com/BOINC/boinc.git
Remove hard coded Android manifest string
This commit is contained in:
parent
4b8c226294
commit
e1a6b9a292
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue