Skip to content

Commit e579b68

Browse files
DanielZlotinfacebook-github-bot
authored andcommitted
Use new JavaScriptCore from npm (#22231)
Summary: Pull Request resolved: facebook/react-native#22231 - Use clang instead of the deprecated gcc - Use libc++ instead of the deprecated gnustl - Updated gradle and android plugin version - Fixed missing arch in local-cli template - `clean` task should now always succeed - `clean` task deletes build artifacts - No need to specify buildToolsVersion. It's derived. - Elvis operator for more readable code Pull Request resolved: facebook/react-native#22263 Reviewed By: hramos Differential Revision: D13004499 Pulled By: DanielZlotin fbshipit-source-id: da54bb744cedb4c6f3bda590f8c25d0ad64086ef
1 parent 9287e48 commit e579b68

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def enableProguardInReleaseBuilds = true
9292

9393
android {
9494
compileSdkVersion 28
95-
buildToolsVersion "28.0.2"
9695

9796
defaultConfig {
9897
applicationId "com.facebook.react.uiapp"

0 commit comments

Comments
 (0)