mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 02:54:42 +00:00
874cca1ac2
Summary: This PR bumps Android Support Library version to 27.1.1. FYI, originally was a part of https://github.com/facebook/react-native/pull/20026. Pull Request resolved: https://github.com/facebook/react-native/pull/20586 Differential Revision: D9414901 Pulled By: hramos fbshipit-source-id: 580338e62a924c214accc5d944f17c81ad9e3f9f
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 = "22b1ef4ff9ef1a3513c18eb132d597eac6ef1a86",
|
|
url = "mvn:com.android.support:appcompat-v7:aar:27.1.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",
|
|
)
|