Skip to content

Commit

Permalink
android: set default target to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Feb 12, 2025
1 parent 8b6c68d commit 76ec9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Install Android system image
run: |
sdkmanager "system-images;android-33;default;x86_64"
sdkmanager "system-images;android-34;default;x86_64"
sdkmanager "platform-tools" "emulator"
- name: Create and run Android Emulator
Expand Down
2 changes: 1 addition & 1 deletion detox/create_android_emulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -ex
set -o pipefail

SDK_VERSION=${1:-33} # First argument is SDK version
SDK_VERSION=${1:-34} # First argument is SDK version
AVD_BASE_NAME=${2:-"detox_pixel_4_xl_api_33"} # Second argument is AVD base name
AVD_NAME="${AVD_BASE_NAME}_api_${SDK_VERSION}"
TEST_FILES=${@:3} # Capture all remaining arguments as Detox test files
Expand Down

0 comments on commit 76ec9e2

Please sign in to comment.