Searched refs:currentMinSdk (Results 1 – 1 of 1) sorted by relevance
360 int currentMinSdk = Integer.MAX_VALUE; in processV3Configs() local387 config.maxSdkVersion = currentMinSdk - 1; in processV3Configs()410 currentMinSdk = config.minSdkVersion; in processV3Configs()411 if (config.signerTargetsDevRelease ? currentMinSdk < minRequiredV3SdkVersion in processV3Configs()412 : currentMinSdk <= minRequiredV3SdkVersion) { in processV3Configs()417 if (currentMinSdk > AndroidSdkVersion.P && currentMinSdk > mMinSdkVersion) { in processV3Configs()