aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-04-05 15:03:05 +0200
committerAndre Weissflog <floooh@gmail.com>2025-04-05 15:07:41 +0200
commitd5adfd628a1fee196f24cb84e2f5f01efbc161c1 (patch)
tree77e1344c8197ab1fb76f349235452f4b6b3260ee /tests
parent39d220ae43b516a3f588af42b15c0c8bbc53a006 (diff)
switch android tests to android-30 platform
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakePresets.json8
-rw-r--r--tests/test_common.sh2
2 files changed, 5 insertions, 5 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",
diff --git a/tests/test_common.sh b/tests/test_common.sh
index 43f056bb..65b2bafd 100644
--- a/tests/test_common.sh
+++ b/tests/test_common.sh
@@ -17,7 +17,7 @@ setup_android() {
wget --no-verbose https://dl.google.com/android/repository/$sdk_file
unzip -q $sdk_file
cd tools/bin
- yes | ./sdkmanager "platforms;android-28" >/dev/null
+ yes | ./sdkmanager "platforms;android-30" >/dev/null
yes | ./sdkmanager "build-tools;29.0.3" >/dev/null
yes | ./sdkmanager "platform-tools" >/dev/null
yes | ./sdkmanager "ndk-bundle" >/dev/null