Skip to content

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 friederbluemle force-pushed the update-gradle-scripts branch from 8303e96 to b52b5ca Compare June 10, 2020 20:51
@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