Extend Navigation to support "is_fabric" param from native

Reviewed By: fkgozali

Differential Revision: D6955828

fbshipit-source-id: 1a77b652a7e372acf961a0b0772ae93a999b90b1
This commit is contained in:
David Vacca 2018-02-13 13:27:23 -08:00 committed by Facebook Github Bot
parent 03e6d3efb4
commit 331cc791ec
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ dependencies {
testCompile "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}"
testCompile "org.easytesting:fest-assert-core:${FEST_ASSERT_CORE_VERSION}"
testCompile "org.robolectric:robolectric:${ROBOLECTRIC_VERSION}"
androidTestCompile fileTree(dir: 'src/main/third-party/java/buck-android-support/', include: ['*.jar'])
androidTestCompile 'com.android.support.test:runner:0.3'
androidTestCompile "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}"