Method OnPostGenerateGradleAndroidProject
OnPostGenerateGradleAndroidProject(string)
Post process build step for checking if a feature is enabled for android builds. If so will call to the feature to run their build post processing for android builds.
Declaration
public virtual void OnPostGenerateGradleAndroidProject(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | Path to gradle project. |