Skip to main content
VESDK/Android

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

Starting 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. Current releases require apps to compile against Android 16 (API level 36), so set compileSdk to 36 or higher. Google Play requires new app submissions and app updates to target Android 16 (API level 36) starting August 31, 2026. If updating the API level is not an option for you at the moment, you can continue to use versions up to 10.9.0. We apologize for the inconvenience, but unfortunately, this decision is dictated by Google.