Appraysal
Back to Rules
WARNINGDefiniteGuideline Target APIGoogle PlayAndroidPerformance

Target SDK Version Too Low

Google Play requires apps to target a recent Android API level. Apps targeting API level below 33 (Android 13) may be rejected.

Quick Fix

Update targetSdkVersion to 33 or higher in your build.gradle file. Test thoroughly as behavior changes may occur with newer API levels.

What Gets Detected

Detection Type:CODE PATTERN
Patterns detected:
/targetSdkVersion\s+(?:30|31|32)//targetSdk\s*=\s*(?:30|31|32)/

Check Your App

Scan your project to see if this rule affects your app

Run Free Scan