mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Merge pull request #424 from jcesarmobile/CB-13721
CB-13721 (Android): fix build apps that use cdvHelpers.getConfigPreference
This commit is contained in:
commit
b3c262cd47
@ -165,7 +165,7 @@ def doPromptForPassword(msg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def doGetConfigXml() {
|
def doGetConfigXml() {
|
||||||
def xml = file("res/xml/config.xml").getText()
|
def xml = file("src/main/res/xml/config.xml").getText()
|
||||||
// Disable namespace awareness since Cordova doesn't use them properly
|
// Disable namespace awareness since Cordova doesn't use them properly
|
||||||
return new XmlParser(false, false).parseText(xml)
|
return new XmlParser(false, false).parseText(xml)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user