Skip to content

Commit

Permalink
fix(example, android): exclude flipper okhttp transitive dep
Browse files Browse the repository at this point in the history
This allows the example to work on Android 4.x
  • Loading branch information
mikehardy committed Aug 29, 2020
1 parent 8fc205b commit 69c9e2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,10 @@ dependencies {
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
}

debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
exclude group:'com.facebook.flipper'
exclude group:'com.squareup.okhttp3', module:'okhttp'
}

debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
exclude group:'com.facebook.flipper'
}
Expand Down

0 comments on commit 69c9e2d

Please sign in to comment.