diff options
Diffstat (limited to 'tests/CMakePresets.json')
| -rw-r--r-- | tests/CMakePresets.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/CMakePresets.json b/tests/CMakePresets.json index 1894497d..48765edb 100644 --- a/tests/CMakePresets.json +++ b/tests/CMakePresets.json @@ -418,7 +418,7 @@ "cacheVariables": { "SOKOL_BACKEND": "SOKOL_GLES3", "ANDROID_ABI": "armeabi-v7a", - "ANDROID_PLATFORM": "android-28", + "ANDROID_PLATFORM": "android-30", "CMAKE_BUILD_TYPE": "Debug" } }, @@ -430,7 +430,7 @@ "cacheVariables": { "SOKOL_BACKEND": "SOKOL_GLES3", "ANDROID_ABI": "armeabi-v7a", - "ANDROID_PLATFORM": "android-28", + "ANDROID_PLATFORM": "android-30", "CMAKE_BUILD_TYPE": "Release" } }, @@ -442,7 +442,7 @@ "cacheVariables": { "SOKOL_BACKEND": "SOKOL_GLES3", "ANDROID_ABI": "armeabi-v7a", - "ANDROID_PLATFORM": "android-28", + "ANDROID_PLATFORM": "android-30", "CMAKE_BUILD_TYPE": "Debug", "SOKOL_FORCE_SLES": { "type": "BOOL", @@ -458,7 +458,7 @@ "cacheVariables": { "SOKOL_BACKEND": "SOKOL_GLES3", "ANDROID_ABI": "armeabi-v7a", - "ANDROID_PLATFORM": "android-28", + "ANDROID_PLATFORM": "android-30", "CMAKE_BUILD_TYPE": "Release", "SOKOL_FORCE_SLES": { "type": "BOOL", |