Skip to content

Commit a5c2f7f

Browse files
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
1 parent 10811e1 commit a5c2f7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ android {
6060
dependencies {
6161
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
6262
compileOnly project(':yoga:proguard-annotations')
63-
compile project(':libfb')
6463
implementation 'com.facebook.soloader:soloader:0.5.1'
6564
testImplementation 'junit:junit:4.12'
6665
testCompile project(':testutil')

0 commit comments

Comments
 (0)