We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d919c commit 07c5c47Copy full SHA for 07c5c47
extension/android/executorch_android/build.gradle
@@ -34,14 +34,12 @@ android {
34
}
35
36
dependencies {
37
- implementation 'com.facebook.fbjni:fbjni-java-only:0.5.1'
+ implementation 'com.facebook.fbjni:fbjni:0.5.1'
38
implementation 'com.facebook.soloader:nativeloader:0.10.5'
39
testImplementation 'junit:junit:4.12'
40
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
41
androidTestImplementation 'androidx.test:rules:1.2.0'
42
androidTestImplementation 'commons-io:commons-io:2.4'
43
- androidTestImplementation 'com.facebook.fbjni:fbjni-java-only:0.5.1'
44
- androidTestImplementation 'com.facebook.soloader:nativeloader:0.10.5'
45
46
47
import com.vanniktech.maven.publish.SonatypeHost
0 commit comments