Re: [android-developers] unable to publish app to beta

2016-06-17 Thread LEW CC
nope, what i did is just changing the minSdkVersion from 15 to 16. some information production version 45: min(15), target(unknown) beta version 46: min(15), target(23), no problem beta version 47: min(15), target(23), no problem beta version 48: min(15), target(23), no problem beta version 49: mi

Re: [android-developers] unable to publish app to beta

2016-06-09 Thread TreKing
On Tue, Jun 7, 2016 at 5:50 AM, LEW CC wrote: > >- 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 48 (target SDK 23) to

[android-developers] unable to publish app to beta

2016-06-07 Thread LEW CC
i have upgraded my app version 49(beta) minSdkVersion from 15 to 16. then i publish latest version 49(beta) to beta channel but i receive this message - It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style permis