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

Update Gradle Wrapper scripts #660

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

friederbluemle
Copy link
Contributor

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).

# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
Copy link
Owner

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.

Copy link
Contributor Author

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!

Copy link
Contributor Author

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!

@friederbluemle
Copy link
Contributor Author

Rebased and also disabled the Jetifier statement (see @wdullaer's comment above).

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

Successfully merging this pull request may close these issues.

2 participants