Skip to content

Commit f22473e

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

File tree

8 files changed

+1
-11
lines changed

8 files changed

+1
-11
lines changed

ReactAndroid/build.gradle

+1-1
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}"
Binary file not shown.
Binary file not shown.
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

-9
This file was deleted.

settings.gradle

-1
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)