Make litho/sections a separate plugin
Summary: Breaking Litho/Sections off. Doesn't really make sense to have two deps for this especially since they're pretty tightly coupled. This makes our core already quite slim. Reviewed By: jknoxville Differential Revision: D17420118 fbshipit-source-id: 9a03911f4af6410745b9aefd0e6a75bdf106660f
This commit is contained in:
committed by
Facebook Github Bot
parent
c4a9b603e2
commit
2baadf9867
@@ -56,7 +56,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly deps.lithoAnnotations
|
||||
compileOnly deps.proguardAnnotations
|
||||
implementation 'com.facebook.fbjni:fbjni:0.0.1'
|
||||
extractHeaders 'com.facebook.fbjni:fbjni:0.0.1:headers'
|
||||
@@ -65,10 +64,6 @@ android {
|
||||
implementation deps.jsr305
|
||||
implementation deps.supportAppCompat
|
||||
implementation deps.stetho
|
||||
implementation deps.lithoCore
|
||||
implementation deps.lithoSectionsDebug
|
||||
implementation deps.lithoSectionsCore
|
||||
implementation deps.lithoWidget
|
||||
compileOnly deps.leakcanary
|
||||
|
||||
testImplementation deps.mockito
|
||||
|
||||
Reference in New Issue
Block a user