-
Notifications
You must be signed in to change notification settings - Fork 136
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 build tools to latest version #320
Conversation
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.
Same with other modified files
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | |||
|
|||
android { | |||
compileSdkVersion 23 | |||
buildToolsVersion "23.0.1" | |||
buildToolsVersion "27.0.3" |
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.
Use single quotes.
there is an issue of npm install failing VSTS Build which seems to be same problem as https://github.com/npm/registry/issues/334. Please wait and retry. |
@bmourat Looks like facebook/react-native#19257 is bumping buildToolsVersion in React Native and it was already merged. Hopefully they will ship it soon. Though I don't think it will make a huge difference, I am inclined to bump the buildToolsVersion to 26.0.3 rather than 27.x.x. What do you think? |
Why using older build if we already tested that it does not impact apps, it's always recommended to have recent build tools that fixes bugs or improve perfs right? @dhei |
@guperrot Fair enough, I am fine with 27.x.x. |
Fix for #318