-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of Apache Commons #882
Labels
refactoring
Internal improvement of existing functions
Comments
4 tasks
4 tasks
This was referenced Jul 3, 2024
#883 has removed the explicit dependencies, but the Commons are still used (imported over dependencies of dependencies).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're nailed to old versions of Apache Commons as long as we don't increase the minimum SDK. These libraries have various problems which are already fixed in new versions, but we can't use them.
Also, they are not optimized for Android and/or Kotlin.
So maybe it's possible to replace them by (in order of preference):
The text was updated successfully, but these errors were encountered: