I am getting the following error when trying to publish a new APK in Google Play:
It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style permissions (target SDK 22 and below). This occurs in the change from version 2645 (target SDK 23) to version 2648 (target SDK 11).
I previously published only on Beta channel an APK with a target SDK of 23 in the manifest, just for testing. I assume this is what causing the issue.
Does this mean I can't ever publish another APK with my regular manifest, which has a lower target SDK?
Did anyone encounter this and know of a way around it?