Skip to content

Commit

Permalink
bump SDK target to 34 (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlin-bbpos authored May 7, 2024
1 parent 07e5e2a commit 4cea21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"emulator": {
"type": "android.emulator",
"device": {
"avdName": "Nexus_6_API_29_2",
"avdName": "Nexus_6_API_34_2",
"utilBinaryPaths": ["./test-butler-app.apk"]
}
},
Expand Down
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ workflows:
- emulator_id: TestingAVD
- tag: default
- abi: x86_64
- api_level: '30'
- api_level: '34'
- yarn@0:
inputs:
- command: install --frozen-lockfile
Expand Down Expand Up @@ -122,7 +122,7 @@ workflows:
- emulator_id: TestingAVD
- tag: default
- abi: x86_64
- api_level: '30'
- api_level: '34'
- yarn@0:
inputs:
- command: e2e:build:example:android
Expand Down

0 comments on commit 4cea21d

Please sign in to comment.