Skip to content

Commit 6c2bbe8

Browse files
android: Set android target sdk to 34
As per Google Play Store policy.
1 parent a2c8b83 commit 6c2bbe8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ if (ANDROID)
3939
add_android_openssl_libraries(appOPC_UA_Browser)
4040
set_property(TARGET appOPC_UA_Browser APPEND PROPERTY QT_ANDROID_VERSION_CODE ${ANDROID_VERSION_CODE})
4141
set_property(TARGET appOPC_UA_Browser APPEND PROPERTY QT_ANDROID_VERSION_NAME ${ANDROID_VERSION_NAME})
42+
set_property(TARGET appOPC_UA_Browser APPEND PROPERTY QT_ANDROID_TARGET_SDK_VERSION "34")
4243
endif()

0 commit comments

Comments
 (0)