-
-
Notifications
You must be signed in to change notification settings - Fork 948
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
Update Gradle Wrapper scripts #660
base: master
Are you sure you want to change the base?
Update Gradle Wrapper scripts #660
Conversation
gradle.properties
Outdated
# https://developer.android.com/topic/libraries/support-library/androidx-rn | ||
android.useAndroidX=true | ||
# Automatically convert third-party libraries to use AndroidX | ||
android.enableJetifier=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I want the behaviour of android.enableJetifier
. It's often hard enough to reproduce issues as it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @wdullaer - Oh that's interesting.. Do you maybe have a link to more information on the behavior you mentioned? I have not seen any issues with it, and it's part of the default template of Android Studio. I'm also curious to find out if there are problems. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't mind can you briefly let us know what kind of issues you were having with this statement set to true? Thanks!
8303e96
to
b52b5ca
Compare
Rebased and also disabled the Jetifier statement (see @wdullaer's comment above). |
Just the remaining scripts standardizations to the Gradle related scripts from #625 (after the main update was done in 8fb53c2). These are the verbatim formats of the files as generated by Android Studio (
gradle.properties
), as well as Gradle (wrapper scripts).