I updated the target API level (targetsdkversion) of the project from 33 to 34. The build process was successful.My build was successful then upload the app bundle.
Warning Message Image:
The error message is still showing after updates in inbox
Error Message in inbox:
2
You need to update the compileSdkVersion to 34 and the targetSdkVersion to 34 like this:
In your android/app/build.gradle
targetSdkVersion 34 compileSdkVersion 34
Google has changed its policy (to only 1-year-old Target API).
open your android/app/build.gradle
change:
targetSdkVersion 31
to:
targetSdkVersion 34
Click here to cancel reply.
2
Answers
You need to update the compileSdkVersion to 34 and the targetSdkVersion to 34 like this:
In your android/app/build.gradle
Google has changed its policy (to only 1-year-old Target API).
open your android/app/build.gradle
change:
to: