Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Add android-14 in automation android script
Browse files Browse the repository at this point in the history
  • Loading branch information
U_M1U9X authored and U_M1U9X committed Oct 19, 2023
1 parent 5a2dd34 commit 8e2b41d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions selenium/automate_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e2b41d

Please sign in to comment.