closed
The app must target Android 13 (API level 33) or higher
google is forcing the version update. The app must target Android 13 (API level 33) or higher. how can I do ? I tried changing the version but it gives me many plugin compatibility errors
Asked 1 year ago on August 28, 2023 7:36 AM Comments 10 times
Angela replied 1 year ago on October 16, 2023 9:26 AM
Hello Stefano Caponi,
Your issue has been resolved via team viewer.
Thanks & Regards
- Angela
Stefano Caponi replied 1 year ago on September 5, 2023 11:32 AM
news for this problem?
Stefano Caponi replied 1 year ago on August 31, 2023 6:20 AM
the deadline that google gives us "App updates not allowed starting from 31 August 2023" also in a previous ticket I was already told that you would have updated
Angela replied 1 year ago on August 31, 2023 3:55 AM
Hello Stefano Caponi,
Yes but please give us some time we will give an update very soon.
- Angela
Stefano Caponi replied 1 year ago on August 30, 2023 7:30 AM
the problem is that you haven't updated your code for months, now google is requesting a mandatory upgrade. and with your code it doesn't work
also it doesn't work even using the clean version downloaded from codecanyon and following the guidelines of the documentation
MeetMighty replied 1 year ago on August 29, 2023 6:49 AM
Hi there,
I just noticed that your purchase is more than 6 months old. Our complimentary support period is long expired for this purchase.
I am afraid, we might not be able to provide assistance further. We recommend that you get external help from any freelancer or buy our paid support.
Mighty Support
Stefano Caponi replied 1 year ago on August 29, 2023 5:14 AM
A problem occurred evaluating root project 'android'.
> A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> ARTIFACT_TYPE_ATTRIBUTE
Angela replied 1 year ago on August 29, 2023 4:03 AM
Hello Stefano Caponi
Open Android -> build.gradle file and replace this line at line number 9.
classpath 'com.android.tools.build:gradle:7.4.1'
- Angela
Stefano Caponi replied 1 year ago on August 28, 2023 8:00 PM
Unsupported Java.
Your build is currently configured to use Java 17.0.6 and Gradle 6.7.
Possible solution:
- Upgrade Gradle wrapper to 7.2 version and re-import the project
Angela replied 1 year ago on August 28, 2023 10:24 AM
Hello Stefano Caponi
You can change your compileSdkVersion and targetSdkVersion 33 in android/app/build.gradle and try to upload on playstore
- Angela