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 1481741 commit d9b92a7Copy full SHA for d9b92a7
extension/android/CMakeLists.txt
@@ -22,7 +22,7 @@ set(_common_compile_options -Wno-deprecated-declarations -fPIC)
22
set(_common_include_directories ${EXECUTORCH_ROOT}/..)
23
24
if(NOT FBJNI_VERSION)
25
- set(FBJNI_VERSION 0.5.2)
+ set(FBJNI_VERSION 0.5.1)
26
endif()
27
set(FBJNI_AAR_URL https://repo1.maven.org/maven2/com/facebook/fbjni/fbjni/${FBJNI_VERSION}/fbjni-${FBJNI_VERSION}.aar)
28
set(FBJNI_DOWNLOAD_PATH ${CMAKE_CURRENT_BINARY_DIR}/third-party/fbjni/fbjni.aar)
0 commit comments