-
Notifications
You must be signed in to change notification settings - Fork 693
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
Changes needed for gradle 3.0.1 compatibility #975
Comments
Will this have any complications with apps that are created with |
Yes, it turns out to be a breaking change for apps authored with |
I personally hate being on an older version of gradle and would love to get this into master instead of it being on a tag. Someone opened a PR on react native to upgrade gradle recently facebook/react-native#17747 would like to see what happens with this PR before attempting to create a gradle3 tag |
I very much agree here. Developing and debugging native code for android has improved significantly with the version changes in my PR. Requiring manual changes or monkey-patching for all newcomers just to get the same benefits seems counter productive, unless there are actual blocking changes which need to be fixed anyway instead. |
@pacamara it doesn't appear like the PR I mentioned above will be merged in anytime soon, and I will also need gradle3 in an upcoming app so when I do that I'll cut a gradle3 tag for people to use |
@nitaliano Got it, thanks Nick. |
Is this still an open issue? What version of gradle is compatible? |
We're now aligned with RN59, so this should now longer be an issue. |
Some minor changes are needed for gradle 3.0.1 compatibility: in android/build.gradle:
buildToolsVersion
, gradle now specifies a default and the current value conflicts with that.api
notcompile
per https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurationsWe are currently hacking these changes with a script in status.im, and would rather it is fixed upstream. Thanks!
Parent issue: status-im/status-mobile#3037
The text was updated successfully, but these errors were encountered: