Fix merge

This commit is contained in:
albexk 2024-10-22 14:19:44 +03:00
parent 5e80223e7a
commit 1ae9a57b57
3 changed files with 2 additions and 63 deletions

View file

@ -1,6 +1,6 @@
message("Client android ${CMAKE_ANDROID_ARCH_ABI} build")
set(APP_ANDROID_MIN_SDK 26)
set(APP_ANDROID_MIN_SDK 24)
set(ANDROID_PLATFORM "android-${APP_ANDROID_MIN_SDK}" CACHE STRING
"The minimum API level supported by the application or library" FORCE)