Skip to content
Snippets Groups Projects
Verified Commit 00599908 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

cicd: can't set the google play store version properly

parent 5f60cbd4
No related branches found
Tags v2.0.0-b5
No related merge requests found
Pipeline #77960 passed
......@@ -52,6 +52,12 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/zxing-cpp)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests)
# this needs to be increased with every new release
if(NOT DEFINED GOOGLE_PLAY_APP_VERSION)
set(GOOGLE_PLAY_APP_VERSION 31)
endif()
message(STATUS "GOOGLE_PLAY_APP_VERSION: ${GOOGLE_PLAY_APP_VERSION}")
message(STATUS "PROJECT VERSION: ${CMAKE_VAR_GIT_VERSION}")
message(STATUS "QT_VERSION: ${QT_VERSION}")
message(STATUS "QT_QUICK_COMPONENTS_VERSION: ${CMAKE_VAR_QT_QUICK_COMPONENTS_VERSION}")
......
......@@ -86,7 +86,5 @@ set_property(TARGET ${PROJECT_NAME}
${ANDROID_OPENSSL_PATH}/libssl_3.so
)
# this needs to be increased with every new release
set(GOOGLE_PLAY_APP_VERSION 31)
# CMAKE_VAR_GIT_VERSION (coming from the top-level CMakeLists.txt) and GOOGLE_PLAY_APP_VERSION replaced in the following file
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/android/AndroidManifest.xml.in ${CMAKE_CURRENT_SOURCE_DIR}/android/AndroidManifest.xml)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment