Skip to content

Commit dbd501f

Browse files
gengjiawenfacebook-github-bot
authored andcommitted
Fix jsc regression.Fixes facebook#22274 (facebook#22293)
Summary: My silly mistake when tinkering with the jsc lib. Also you have this patch first facebook#22295. Kudo plz review. ![image](https://user-images.githubusercontent.com/3759816/48561684-758f6f00-e92b-11e8-905b-e394f72349f7.png) Pull Request resolved: facebook#22293 Differential Revision: D13153931 Pulled By: hramos fbshipit-source-id: 8a6efa0cd8abbff359f082d5ea7713933b6e7ac6
1 parent 64c3cb2 commit dbd501f

File tree

8 files changed

+1
-11
lines changed

8 files changed

+1
-11
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ dependencies {
324324
api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}"
325325
api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}"
326326
api 'com.squareup.okio:okio:1.14.0'
327-
compile project(':android-jsc')
327+
compile 'org.webkit:android-jsc:r174650'
328328

329329
testImplementation "junit:junit:${JUNIT_VERSION}"
330330
testImplementation "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
1.37 MB
Binary file not shown.
4.32 MB
Binary file not shown.
1.31 MB
Binary file not shown.
4.62 MB
Binary file not shown.

android-jsc/android-jsc.aar

-7.97 MB
Binary file not shown.

android-jsc/build.gradle

Lines changed: 0 additions & 9 deletions
This file was deleted.

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55

66
include ':ReactAndroid'
77
include ':RNTester:android:app'
8-
include ':android-jsc'

0 commit comments

Comments
 (0)