Raise the minimum Android version to 8 (API 26)

This commit is contained in:
albexk
2024-10-02 13:53:25 +03:00
parent 744b45476c
commit 42976188eb
6 changed files with 9 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
message("Client android ${CMAKE_ANDROID_ARCH_ABI} build")
set(APP_ANDROID_MIN_SDK 24)
set(APP_ANDROID_MIN_SDK 26)
set(ANDROID_PLATFORM "android-${APP_ANDROID_MIN_SDK}" CACHE STRING
"The minimum API level supported by the application or library" FORCE)