Created
April 30, 2017 08:41
-
-
Save tatocaster/05d1de9ea6c651e344608084e38565cf to your computer and use it in GitHub Desktop.
gradle dependencies for litho
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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