From 8e2b41db68cc6202d9ed4ef744de60e0f24cbe11 Mon Sep 17 00:00:00 2001 From: U_M1U9X Date: Thu, 19 Oct 2023 16:58:20 +0300 Subject: [PATCH] Add android-14 in automation android script --- selenium/automate_android.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/selenium/automate_android.sh b/selenium/automate_android.sh index 007afe07f..bfd36a639 100755 --- a/selenium/automate_android.sh +++ b/selenium/automate_android.sh @@ -91,6 +91,11 @@ validate_android_version(){ emulator_image="system-images;android-33;$type;$abi" replace_img="" ;; + 14.0) + platform="android-34" + emulator_image="system-images;android-34;$type;$abi" + replace_img="" + ;; *) echo "Unsupported Android version" false