Represents a container that you can use to specify additional files that will be created in AndroidProjectFilesModifier.OnModifyAndroidProjectFiles.
| Method | Description |
|---|---|
| AddBuildGradleFile | Adds a new build.gradle file. |
| AddFileWithContents | Adds a new file that will have string contents. |
| AddGradlePropertiesFile | Adds a new gradle.properties file. |
| AddGradleSettingsFile | Adds a new settings.gradle file. |
| AddManifestFile | Adds a new Android manifest file. |