Hi,
I am getting
App must target Android 15 (API level 35) or higher
I changed the manifest to 35:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="35"/>
and uploaded a new version to the Play Store, but I’m still getting the same warning.
Do I need to do anything else?
thanks
I am getting
App must target Android 15 (API level 35) or higher
I changed the manifest to 35:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="35"/>
and uploaded a new version to the Play Store, but I’m still getting the same warning.
Do I need to do anything else?
thanks