Fix Broken sample app (#103)

Summary:
With this fix the entire android setup builds with gradle . To try out the sample app, run `./gradlew :sample:installDebug`
Closes https://github.com/facebook/Sonar/pull/103

Reviewed By: danielbuechele

Differential Revision: D8618622

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 62a038f95c37cbadf48636a58ca222c8162e256e
This commit is contained in:
Pritesh Nandgaonkar
2018-06-25 11:26:25 -07:00
committed by Facebook Github Bot
parent cbab597236
commit 64a61a37d4
2 changed files with 4 additions and 2 deletions

View File

@@ -61,5 +61,4 @@ dependencies {
implementation deps.okhttp3
implementation project(':android')
implementation project(':fbjni')
}