You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application is setting minSdk = 16 and previous release was using 'jp.wasabeef:glide-transformations:3.1.1'. But after upgraded version to v4.1.0, I can't upload my APK to Google Play Console. The following error:
Warning:
Deactivation of this APK will result in your app being available for new installs on fewer types of devices.
I'm assumed that min SDK in library is supported higher min SDK in my app so the warning shown. Please advise. Thanks
The text was updated successfully, but these errors were encountered:
I may guess it is definately a pain to you. But as you can see here, it might not be an min SDK related issue since your min is 16 and the library uses 14.
Thanks for your comment. But after rollback the version to v3.1.1, my application was able to update to Google Play Console. Something wrong on v4.1.0.
Hi guys,
My application is setting minSdk = 16 and previous release was using 'jp.wasabeef:glide-transformations:3.1.1'. But after upgraded version to v4.1.0, I can't upload my APK to Google Play Console. The following error:
Warning:
Deactivation of this APK will result in your app being available for new installs on fewer types of devices.
I'm assumed that min SDK in library is supported higher min SDK in my app so the warning shown. Please advise. Thanks
The text was updated successfully, but these errors were encountered: