fix yoga build issue Could not find yoga:libfb:unspecified.
Summary: Fixes the yoga build 1:15:0 build issue Could not find yoga:libfb:unspecified. Required by: project :app > com.facebook.yoga:yoga:1.15.0 libfb dependency was added to solve import issue in YogaPhantomJNIRefs but since we don't have that file now in codebase , it will not be a problem. Reviewed By: amir-shalem Differential Revision: D17395380 fbshipit-source-id: ab8eb2c89afe29b4688787db2214c328d875041e
This commit is contained in:
committed by
Facebook Github Bot
parent
10811e1a94
commit
a5c2f7f27a
@@ -60,7 +60,6 @@ android {
|
||||
dependencies {
|
||||
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
|
||||
compileOnly project(':yoga:proguard-annotations')
|
||||
compile project(':libfb')
|
||||
implementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testCompile project(':testutil')
|
||||
|
Reference in New Issue
Block a user