Skip to main content
PESDK/Flutter

Why does Imgly >10.10.0 not complie with Android target <= 35?

Staring with Imgly 10.10.0 we had to make the SDK compatible with Android 15 (API level 35). Unfortunately, this means it is no longer backward compatible with lower target API levels. As a result, your app also needs to update its compileSdk and targetSdk to API level 35. This will become a requirement from Google by the end of the year 2025 If updating the API level is not an option for you at the moment, you can contine to use versions up to 10.9.0. We apologize for the inconvenience, but unfortunately, this decision is dictated by Google.