refer dependencies from central place
This commit is contained in:
@@ -37,5 +37,5 @@ dependencies {
|
|||||||
compileOnly deps.jsr305
|
compileOnly deps.jsr305
|
||||||
compileOnly deps.inferAnnotations
|
compileOnly deps.inferAnnotations
|
||||||
compileOnly 'com.facebook.litho:litho-annotations:0.15.0'
|
compileOnly 'com.facebook.litho:litho-annotations:0.15.0'
|
||||||
compileOnly 'com.facebook.soloader:soloader:0.5.0'
|
implementation deps.soloader
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ import com.facebook.soloader.SoLoader;
|
|||||||
public class HybridData {
|
public class HybridData {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
SoLoader.loadLibrary("fbjni");
|
SoLoader.loadLibrary("fb");
|
||||||
}
|
}
|
||||||
|
|
||||||
@DoNotStrip private Destructor mDestructor = new Destructor(this);
|
@DoNotStrip private Destructor mDestructor = new Destructor(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user