Skip to content
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

Remove android.enableJetifier line from gradle.properties & jetifier usage #177

Open
emanuelb opened this issue Jan 25, 2023 · 0 comments
Open

Comments

@emanuelb
Copy link

android.enableJetifier=true

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

Also remove lines of jetifier package installation and usage:

"postinstall": "jetifier && node apply-diagnostic-modules.js && node fix-qrscanner-gradle.js && yarn browserify-coinlib",

"jetifier": "1.6.6",

"jetifier": "1.6.6",

"jetifier": "^1.6.6",

# jetify dependencies

&& yarn jetifier \

Related messages from compiling app:

$ jetifier && node apply-diagnostic-modules.js && node fix-qrscanner-gradle.js && yarn browserify-coinlib
Jetifier found 140 file(s) to forward-jetify. Using 1 workers...
$ /app/node_modules/.bin/jetifier
Jetifier found 140 file(s) to forward-jetify. Using 1 workers...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant