Skip to content

Commit 516da62

Browse files
committed
fix android build files after fmt update
1 parent 96909fc commit 516da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/app/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include $(PREBUILT_SHARED_LIBRARY)
7777

7878
include $(CLEAR_VARS)
7979
LOCAL_MODULE := libfmt
80-
LIB_PATH := $(SUBPROJECTS_PATH)/fmt-10.2.0
80+
LIB_PATH := $(SUBPROJECTS_PATH)/fmt-11.0.1
8181
LOCAL_SRC_FILES := $(LIB_PATH)/libfmt.so
8282
include $(PREBUILT_SHARED_LIBRARY)
8383

0 commit comments

Comments
 (0)