Skip to content

Commit 07c5c47

Browse files
committed
Ah fbjni
1 parent 49d919c commit 07c5c47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extension/android/executorch_android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'com.facebook.fbjni:fbjni-java-only:0.5.1'
37+
implementation 'com.facebook.fbjni:fbjni:0.5.1'
3838
implementation 'com.facebook.soloader:nativeloader:0.10.5'
3939
testImplementation 'junit:junit:4.12'
4040
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4141
androidTestImplementation 'androidx.test:rules:1.2.0'
4242
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'
4543
}
4644

4745
import com.vanniktech.maven.publish.SonatypeHost

0 commit comments

Comments
 (0)