Skip to content

Commit e044944

Browse files
committed
2 parents 186cd51 + d027f1e commit e044944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cimgui-android-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \
102102
-DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \
103103
-DCMAKE_ANDROID_STL_TYPE=c++_shared \
104-
-DCMAKE_ANDROID_API=21 \
104+
-DCMAKE_ANDROID_API=23 \
105105
-DCMAKE_TOOLCHAIN_FILE="./vcpkg/scripts/buildsystems/vcpkg.cmake" \
106106
-DVCPKG_TARGET_TRIPLET=arm64-android \
107107
-DIMGUI_WCHAR32=ON \
@@ -120,7 +120,7 @@ jobs:
120120
-DCMAKE_ANDROID_ARCH_ABI=x86_64 \
121121
-DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \
122122
-DCMAKE_ANDROID_STL_TYPE=c++_shared \
123-
-DCMAKE_ANDROID_API=21 \
123+
-DCMAKE_ANDROID_API=23 \
124124
-DCMAKE_TOOLCHAIN_FILE="./vcpkg/scripts/buildsystems/vcpkg.cmake" \
125125
-DVCPKG_TARGET_TRIPLET=x64-android \
126126
-DIMGUI_WCHAR32=ON \

0 commit comments

Comments
 (0)