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 96909fc commit 516da62Copy full SHA for 516da62
platforms/android/app/jni/Android.mk
@@ -77,7 +77,7 @@ include $(PREBUILT_SHARED_LIBRARY)
77
78
include $(CLEAR_VARS)
79
LOCAL_MODULE := libfmt
80
-LIB_PATH := $(SUBPROJECTS_PATH)/fmt-10.2.0
+LIB_PATH := $(SUBPROJECTS_PATH)/fmt-11.0.1
81
LOCAL_SRC_FILES := $(LIB_PATH)/libfmt.so
82
include $(PREBUILT_SHARED_LIBRARY)
83
0 commit comments