Android SDK BuildToolsVersion and compileSdkVersion update implication
See original GitHub issueI’ve noticed that 2 months ago the version of the buildToolsVersion
has been bumped from 23.0.1
(required version from react-native docs) to 25.0.1
, as well as the compileSdkVersion
from 23
to 25
The React Native docs specifically says:
Look for and expand the “Android SDK Build Tools” entry, then make sure that Android SDK Build-Tools 23.0.1 is selected.
Someone also tries to submit a PR to react-native project that got rejected with the following comment:
You do indeed need version 23 - the docs are correct…
I’m not sure what is the implication of this and just want to raise it here. Here is my original comment on the commit:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:14
Top Results From Across the Web
Android SDK BuildToolsVersion and compileSdkVersion ...
I've noticed that 2 months ago the version of the buildToolsVersion has been ... Android SDK BuildToolsVersion and compileSdkVersion update implication #332.
Read more >Can Android Build Tools always be up to date (instead of ...
1 Answer 1 ... You should always keep your Build Tools component updated by downloading the latest version using the Android SDK Manager....
Read more >Set up the 12L SDK - Android Developers
Get Android Studio; Install the SDK; Update your app's build ... and update the compileSdkVersion and targetSdkVersion with values for 12L:.
Read more >Using Gradle Extra Properties Extension to Configure Git ...
In my submodule's build.gradle I had to reference those properties: android { compileSdkVersion rootProject.ext.compileSdkVersion buildToolsVersion rootProject.
Read more >CompileSdkVersion and targetSdkVersion — what is the ...
compileSdkVersion defines which Android SDK version will be used by gradle to compile your app. For example: In Android 12, so in SDK...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hrm123 @nol13 @Maxwell2022 I’ve released a new version, which aligns with react-native init, to make it as easy as possible for newcomers. Anyone with needs to upgrade any versions to anything different from that, will hopefully learn how to change them in their dependencies in the process as well. Lets see if they upgrade any versions, now that a PR exists. Can release a new version to align with that when they do.
I’ve made a PR to react-native and the docs. So now you have a source telling you to upgrade, to address a Path Traversal Vulnerability. https://deploy-preview-156--react-native.netlify.com/docs/next/getting-started.html#android-development-environment
https://github.com/react-native-community/react-native-svg/issues/581#issuecomment-360675798
https://github.com/facebook/react-native/issues/17752
https://github.com/facebook/react-native/pull/17747
https://github.com/facebook/react-native-website/pull/156