mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
4f2cc42a2d
Reviewed By: mzlee Differential Revision: D6605611 fbshipit-source-id: baa33947319a27b95020924d177a9398a276dabe
23 lines
525 B
Python
23 lines
525 B
Python
android_prebuilt_aar(
|
|
name = "appcompat",
|
|
aar = ":appcompat-binary-aar",
|
|
visibility = ["//ReactAndroid/..."],
|
|
)
|
|
|
|
remote_file(
|
|
name = "appcompat-binary-aar",
|
|
sha1 = "7d659f671541394a8bc2b9f909950aa2a5ec87ff",
|
|
url = "mvn:com.android.support:appcompat-v7:aar:23.0.1",
|
|
)
|
|
|
|
android_prebuilt_aar(
|
|
name = "android-jsc",
|
|
aar = ":android-jsc-aar",
|
|
)
|
|
|
|
remote_file(
|
|
name = "android-jsc-aar",
|
|
sha1 = "880cedd93f43e0fc841f01f2fa185a63d9230f85",
|
|
url = "mvn:org.webkit:android-jsc:aar:r174650",
|
|
)
|