Skip to content

Instantly share code, notes, and snippets.

@LloydBlv
Last active December 22, 2023 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LloydBlv/a073c0163adcb1d5ce56e72a9d0cc84d to your computer and use it in GitHub Desktop.
Save LloydBlv/a073c0163adcb1d5ce56e72a9d0cc84d to your computer and use it in GitHub Desktop.
flipper dependencies
dependencies {
val flipper_version = "0.243.0"
debugImplementation("com.facebook.flipper:flipper:$flipper_version")
debugImplementation("com.facebook.soloader:soloader:0.10.5")
debugImplementation("com.facebook.flipper:flipper-network-plugin:$flipper_version")
releaseImplementation("com.facebook.flipper:flipper-noop:$flipper_version")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment