mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fixed test dependency broken in D3168150
Summary:fixes Circle Closes https://github.com/facebook/react-native/pull/6978 Differential Revision: D3179133 fb-gh-sync-id: 6558168735b4097a68bf7423a7c249a45cc2684a fbshipit-source-id: 6558168735b4097a68bf7423a7c249a45cc2684a
This commit is contained in:
committed by
Facebook Github Bot 2
parent
eaba2abc0b
commit
b2ecc83ead
@@ -1,12 +1,23 @@
|
||||
android_prebuilt_aar(
|
||||
name = 'testing-support-lib',
|
||||
aar = ':testing-support-lib-download',
|
||||
name = 'runner',
|
||||
aar = ':testing-support-lib-runner-download',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'testing-support-lib-download',
|
||||
url = 'mvn:com.android.support.test:testing-support-lib:aar:0.1',
|
||||
sha1 = '36e4f08b2a3389dd5a5093411df35091bdd68361',
|
||||
name = 'testing-support-lib-runner-download',
|
||||
url = 'mvn:com.android.support.test:runner:aar:0.3',
|
||||
sha1 = 'a31e7e8db98ca19fb3fab23f120d19a6f4e3e8a9',
|
||||
)
|
||||
|
||||
android_prebuilt_aar(
|
||||
name = 'exposed-instrumentation-api',
|
||||
aar = ':testing-support-instrumentation',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'testing-support-instrumentation',
|
||||
url = 'mvn:com.android.support.test:exposed-instrumentation-api-publish:aar:0.3',
|
||||
sha1 = 'a7161eafdfbd02a39461f076c9dce0c8e5e7a149',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user