diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index a419728d773e9c..c1dd696afe3a7d 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -324,7 +324,7 @@ dependencies { api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}" api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}" api 'com.squareup.okio:okio:1.14.0' - compile project(':android-jsc') + compile 'org.webkit:android-jsc:r174650' testImplementation "junit:junit:${JUNIT_VERSION}" testImplementation "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}" diff --git a/ReactAndroid/src/main/jniLibs/arm64-v8a/libicu_common.so b/ReactAndroid/src/main/jniLibs/arm64-v8a/libicu_common.so new file mode 100644 index 00000000000000..6a089dfe7f3c4b Binary files /dev/null and b/ReactAndroid/src/main/jniLibs/arm64-v8a/libicu_common.so differ diff --git a/ReactAndroid/src/main/jniLibs/arm64-v8a/libjsc.so b/ReactAndroid/src/main/jniLibs/arm64-v8a/libjsc.so new file mode 100644 index 00000000000000..a63d7053e71079 Binary files /dev/null and b/ReactAndroid/src/main/jniLibs/arm64-v8a/libjsc.so differ diff --git a/ReactAndroid/src/main/jniLibs/x86_64/libicu_common.so b/ReactAndroid/src/main/jniLibs/x86_64/libicu_common.so new file mode 100644 index 00000000000000..e6e8acf7952bc5 Binary files /dev/null and b/ReactAndroid/src/main/jniLibs/x86_64/libicu_common.so differ diff --git a/ReactAndroid/src/main/jniLibs/x86_64/libjsc.so b/ReactAndroid/src/main/jniLibs/x86_64/libjsc.so new file mode 100644 index 00000000000000..28414362cdfa4b Binary files /dev/null and b/ReactAndroid/src/main/jniLibs/x86_64/libjsc.so differ diff --git a/android-jsc/android-jsc.aar b/android-jsc/android-jsc.aar deleted file mode 100644 index 35f203edb7c221..00000000000000 Binary files a/android-jsc/android-jsc.aar and /dev/null differ diff --git a/android-jsc/build.gradle b/android-jsc/build.gradle deleted file mode 100644 index fcc9f9d533a5eb..00000000000000 --- a/android-jsc/build.gradle +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -configurations.maybeCreate("default") -artifacts.add("default", file('android-jsc.aar')) diff --git a/settings.gradle b/settings.gradle index e3df53aef2e6f4..4bea772300d68b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,4 +5,3 @@ include ':ReactAndroid' include ':RNTester:android:app' -include ':android-jsc'