Recent searches
No recent searches
Android: Update Support Annotations
Posted Sep 13, 2021
The latests Android SDKs are still using the old support annotations library. I'd like to remove Jetifier when I build to improve build times. The ZenDesk SDKs are now the only libraries we use that haven't migrated everything to use the Android X apis instead of the old legacy support apis. If you guys could update your dependencies I would greatly appreciate it.
1
3
3 comments
Gabriel Ittner
The dependency on support annotations will prevent users from upgrading to Android Gradle Plugin 8.0 when it is released and already leads to annoying warnings with 7.0. Please prioritize this
0
Mick O'Donnell
Hi Simon & Gabriel,
Thanks for posting this! We've prioritized upgrade work on the Zendesk SDKs to ensure that all of our Android dependencies are up to date, and will have a resolution for this in the next future. Sorry for any inconvenience caused.
1
Volodymyr Svydenko
Hi, Zendesk!
just upgraded my project to
But, 5.0.9 still depends on support-annotations
To remove legacy support library it needs just to upgrade picasso to the latest 2.8 version.
Do you have plans to do this?
I want to remove Jetifier from my project and zendesk is the one, who use this outdated lib.
Simon messaged regarding this issue almost year ago.
0