When I try to upload my signed APK with target API level 23 I receive this error:
Your app's current target API level is 23, but the minimum target API level must be 26 to ensure that the app is based on the latest APIs optimized for security and good performance. Change the target API level of your app to at least 26.
But if I rebuild with target API level 26 I receive this error:
This version cannot be implemented because it does not allow existing users to upgrade to the latest APKs added.
How can I ignore users upgrade?