-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
bump gradle to 4.8 #19758
bump gradle to 4.8 #19758
Conversation
I am getting this error when build RNTester release version on windows (using gradle 4.8). Still not figure out the problem is.
|
Do not install or yarn install, it'll go away.
…
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19758 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK5PlW5FMbvSq--1nWhw3quJ6DQOmOZks5t9S4JgaJpZM4Uqarb>
.
|
The problem still exists even if I do not install, weird. |
I had same problem, and did fresh npm install. It's not related to gradle. Sorry for typo |
On Windows or on macOS ? In both suitable, we may need a fix to |
Works on Mac and Linux (CI). Not sure about Windows, but should be fine. Your above issue should be caused by JS |
But I am using nodejs 10.4.1, just as macOS. I have |
Oh yea, I removed .buckd folder and it worked. |
I am not using buck. |
me too, but remove if it's there |
I remove some build cache. The problem still exists. |
This will be a much needed update. I've encountered a number of libraries that weren't able to compile because of gradle version, one of them being https://github.com/react-native-community/react-native-camera However, whenever I try to increment gradle version myself, it always introduces a chain of errors. I'm not familiar with the source code of React Native but I suspect the gradle version upgrade will involve some deeper dependency and configuration change as well. |
Why was this PR closed? |
@patrickkempff it was causing some issues when used with gradle plugin 3.x. And created another PR with gradle 4.4 or version recommended by Android Studio. #19899 |
Bump gradle version to 4.8, and greatly improves performance for sequential/incremental builds. Very useful for native Android development.
Test Plan
Everything builds as usual, CI is still GREEN https://circleci.com/gh/dulmandakh/react-native/421
Release Notes
[ANDROID] [ENHANCEMENT] [Gradle] - bump to 4.8