diff --git a/_docs/project-files/xml-format/config.md b/_docs/project-files/xml-format/config.md index 78dc3e8..dd3038f 100644 --- a/_docs/project-files/xml-format/config.md +++ b/_docs/project-files/xml-format/config.md @@ -94,6 +94,20 @@ Use the following syntax to set [``](https://developer.android.co ``` +A similar syntax is also available for setting [gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#the_gradle_properties_file). + +```xml + + + + + + + 'hello' "world" + + +``` + ### HTML5 The following options are available for [HTML5](../../../advanced-setup/html5/) only.