A class to store C# representations of all Gradle project files.
The class is used to pass Gradle configuration files objects to the AndroidProjectFilesModifier.OnModifyAndroidProjectFiles callback.
| Description | |
|---|---|
| AdditionalLibrariesBuildGradleFiles | A representation of the build.gradle files that were added to plugins (libraries) that didn't have a build.gradle file. |
| Description | |
|---|---|
| GetData | Gets data that was set in the Setup method. |
| SetBuildGradleFile | Sets a new build.gradle file. |
| SetFileContents | Sets the content of a new file to the specified bytes. |
| SetGradlePropertiesFile | Sets a new gradle.properties file. |
| SetGradleSettingsFile | Sets a new settings.gradle file. |
| SetManifestFile | Sets a new Android Manifest file. |