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. Change your app's target API level to at least 28
https://stackoverflow.com/questions/51466168/android-playstore-warning-your-app-currently-targets-api-level-25 ionic cordova platform rm android ionic cordova platform add android@7 . 1.4 (Or) prefer below code first, using ionic3 <preference name = "android-targetSdkVersion" value = "28" />
Comments
Post a Comment