wasabeef / glide-transformations

An Android transformation library providing a variety of image transformations for Glide.
Apache License 2.0
9.9k stars 1.41k forks source link

What is the min SDK version supported on latest release v4.1.0 #164

Open hueyenclave opened 5 years ago

hueyenclave commented 5 years ago

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

horaciocome1 commented 4 years ago

Hi @hueyenclave!

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.

hueyenclave commented 4 years ago

Hi @horaciocome1 ,

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.