kuhrusty / MorbadScorepad

DUNGEON DEGENERATES support app.
GNU General Public License v3.0
7 stars 0 forks source link

Play Store warnings #28

Closed kuhrusty closed 5 years ago

kuhrusty commented 5 years ago

Warnings from the Google Play Console when rolling out a release:

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance.

From August 2019, new apps must target at least Android 9.0 (API level 28). From November 2019, app updates must target Android 9.0 (API level 28).

(Plus there's the "you should really upgrade to app bundles" warning I expect from Google about three times per release, but that's issue #22.)

Currently our app/build.gradle has minSdkVersion 19 & targetSdkVersion 27. I think I tried to update to targetSdkVersion 28 or 29 recently, but there was some issue with the appCompat library availability which I didn't want to spend any time on.