Package org.sonarqube.gradle
Interface AndroidProperties
public interface AndroidProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis property will be set when android project is being analyzedstatic final StringThis property contains the maximum value of minSdkVersion properties defined in build.gradle.static final StringThis property contains the minimum value of minSdkVersion properties defined in build.gradle.
-
Field Details
-
ANDROID_DETECTED
This property will be set when android project is being analyzed- See Also:
-
MIN_SDK_VERSION_MIN
This property contains the minimum value of minSdkVersion properties defined in build.gradle. In case we detect the specific variant of the project being analyzed, then we set the value of minSdkVersion defined for this variant Not every android project needs to set this property.- See Also:
-
MIN_SDK_VERSION_MAX
This property contains the maximum value of minSdkVersion properties defined in build.gradle. In case we detect the specific variant of the project being analyzed, then we set the value of minSdkVersion defined for this variant Not every android project needs to set this property.- See Also:
-