The Android SDK was updated and your app now hits the single dex limit. Nothing worth talking about.
I don't exactly know what you did but it was never possible to install an app with a lower version code.
For the test I removed the app from my phone, then I compiled the app with lower version, the original was 35 and the new test 34, then I installed it directly using the api.
The app installed and worked (this one was with multidex)
Then when I opened Google play it updated the app to the one in the store (v35 no multidex)
So how do I now go?
Update the old version (no multidex) worth the new one (with multidex) directly using the apk failed, but the other way around worked.
The big issue is how do I continue? All my clients are with the app without multidex, I can't just send them all to remove it and reinstall
I can't believe Google changed it so it is not compatible anymore, what should I do?
If I upload the new app to the store will it update my existing clients?