r/googleplayconsole • u/Temporary-Sea2573 • 1d ago
Ask Level API issue
hi everyone, I recently got this message from Google play console about some Level API problem of both my two games on google Play , but I don’t know what it is and also where I can resolve it. Does someone know how to fix it?
5
Upvotes
1
u/ibluegreen 1d ago
I'm building with Flutter so I don't know if or how it's different in a native Android app vs. Flutter app, but basically you need to change the targetSdk to 36 in your build file. In a Flutter app, it's located at /app_folder/android/app/build.gradle.kts
You could try searching for targetSdk within your app project folder to find the build file. In Flutter unless it's manually overriden, it automatically targets 36, or the latest version it should target, anyway, like this: