From d70543c7fa7d3609e657adccc88f2c4c903a123c Mon Sep 17 00:00:00 2001 From: mokapsing <39441028+mokapsing@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:28:25 +0000 Subject: [PATCH] hard code librime version --- app/src/main/jni/librime_jni/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/jni/librime_jni/CMakeLists.txt b/app/src/main/jni/librime_jni/CMakeLists.txt index 709a3f4fe2..63c34a9454 100644 --- a/app/src/main/jni/librime_jni/CMakeLists.txt +++ b/app/src/main/jni/librime_jni/CMakeLists.txt @@ -31,7 +31,8 @@ execute_process( COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/librime/.git describe --tags OUTPUT_VARIABLE LIBRIME_VERSION ) -string(STRIP ${LIBRIME_VERSION} LIBRIME_VERSION) +# string(STRIP ${LIBRIME_VERSION} LIBRIME_VERSION) +set(LIBRIME_VERSION "1.8.5-dev") set(LIBRIME_VERSION "${LIBRIME_VERSION}-${ANDROID_ABI}") target_compile_definitions(rime_jni PRIVATE