Skip to content

Instantly share code, notes, and snippets.

@tatocaster
Created April 30, 2017 08:41
Show Gist options
  • Save tatocaster/05d1de9ea6c651e344608084e38565cf to your computer and use it in GitHub Desktop.
Save tatocaster/05d1de9ea6c651e344608084e38565cf to your computer and use it in GitHub Desktop.
gradle dependencies for litho
dependencies {
// ...
// Litho
compile 'com.facebook.litho:litho-core:0.2.0'
compile 'com.facebook.litho:litho-widget:0.2.0'
provided 'com.facebook.litho:litho-annotations:0.2.0'
annotationProcessor 'com.facebook.litho:litho-processor:0.2.0'
// SoLoader
compile 'com.facebook.soloader:soloader:0.2.0'
// Optional
// For debugging
debugCompile 'com.facebook.litho:litho-stetho:0.2.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment