Good afternoon. I’m having a problem updating my already released app.
I updated his grandle and now when I try to release a new update he presents the image below:
I’ve checked the app key and it’s the same. I’ve checked the applicationId
and is correct too.
You changed the versionName and versionCode in build.Gradle (app)??
– Murillo Comino
I changed yes. When gives the version problem it guides to change that part. This time the error is that the app is not compatible with update for users =/
– Lucas Xavier
Have you made any minimal and max version changes to Sdk? If not, try changing versionName and versionCode to higher values. Example. versionCode from 2 to 10
– Murillo Comino
I tried to change the version and it didn’t work. I did make a change in the sdk min and max.
– Lucas Xavier
Unfortunately I do not have an answer for when this happens, he is giving this error by changing the min and max of sdk, maybe this can clarify a little your doubt Multiple APK support
– Murillo Comino