mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
CB-8891 Add a note about when the gradle helpers were added
This commit is contained in:
parent
9ff786d021
commit
bce4283239
@ -184,7 +184,9 @@ ext {
|
|||||||
|
|
||||||
// These helpers can be used by plugins / projects and will not change.
|
// These helpers can be used by plugins / projects and will not change.
|
||||||
cdvHelpers = {}
|
cdvHelpers = {}
|
||||||
|
// Returns a XmlParser for the config.xml. Added in 4.1.0.
|
||||||
cdvHelpers.getConfigXml = { doGetConfigXml() }
|
cdvHelpers.getConfigXml = { doGetConfigXml() }
|
||||||
|
// Returns the value for the desired <preference>. Added in 4.1.0.
|
||||||
cdvHelpers.getConfigPreference = { name, defaultValue -> doGetConfigPreference(name, defaultValue) }
|
cdvHelpers.getConfigPreference = { name, defaultValue -> doGetConfigPreference(name, defaultValue) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user