We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bitcoin-kit-android/gradle.properties
Line 9 in f3bc8d0
See this guide for the steps to ensure it's safe to remove above line android.enableJetifier=true (check that all deps are already fully migrated to AndroidX, and migrate the ones still not migrated to it) https://medium.com/dipien/say-bye-bye-to-android-jetifier-a7e0d388f5d6
android.enableJetifier=true
Another tool that can be used in addition is checkJetifier from recent versions of android gradle plugin, details in: https://issuetracker.google.com/issues/117948942#comment12
checkJetifier
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bitcoin-kit-android/gradle.properties
Line 9 in f3bc8d0
See this guide for the steps to ensure it's safe to remove above line
android.enableJetifier=true
(check that all deps are already fully migrated to AndroidX, and migrate the ones still not migrated to it)https://medium.com/dipien/say-bye-bye-to-android-jetifier-a7e0d388f5d6
Another tool that can be used in addition is
checkJetifier
from recent versions of android gradle plugin, details in: https://issuetracker.google.com/issues/117948942#comment12The text was updated successfully, but these errors were encountered: