High i'm new in android development and trying to use HeifWriter support library for my project. How I understand support libraries are for supporting lower api levels with new features but heifwriter min sdk is api 28. And i can't understand why i can't use HeifWriter in lower api levels or why it is in support library
Asked
Active
Viewed 267 times
0
-
What can't you understand here? HeifWriter requires min api 28 and it's not backward compatible. – user1209216 Jun 27 '18 at 11:41
-
@user1209216 why it is in support library? – Vlad Badalyan Jun 28 '18 at 08:33
-
@VladBadalyan Is in the support library so bug fixes and new functionalities can be easily implemented without depending on Android OS updates. – PerracoLabs Jan 25 '22 at 10:50