Interface AndroidProperties


public interface AndroidProperties
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This property will be set when android project is being analyzed
    static final String
    This property contains the maximum value of minSdkVersion properties defined in build.gradle.
    static final String
    This property contains the minimum value of minSdkVersion properties defined in build.gradle.
  • Field Details

    • ANDROID_DETECTED

      static final String ANDROID_DETECTED
      This property will be set when android project is being analyzed
      See Also:
    • MIN_SDK_VERSION_MIN

      static final String 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

      static final String 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: