Skip to content

Commit

Permalink
Increase Android API level for test project (#1333)
Browse files Browse the repository at this point in the history
Fixes: #1332
  • Loading branch information
dneto0 committed May 27, 2023
1 parent bef0e39 commit 95ea3c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android_test/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
APP_ABI := all
APP_BUILD_SCRIPT := Android.mk
APP_STL := c++_static
APP_PLATFORM := android-16
# Vulkan was added at API level 24.
# Android NDK 26 will drop support for APIs before 21.
APP_PLATFORM := android-24

0 comments on commit 95ea3c9

Please sign in to comment.