Skip to content

Commit e4867b3

Browse files
enedclaude
andcommitted
chore: Update Android emulator tests to use API level 35
- Change GitHub Actions Android emulator from API level 34 to 35 - Android SDK 35 is already configured in both example app and plugin - Example app builds successfully with SDK 35 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 20e6632 commit e4867b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
#set of different configurations of the virtual environment.
8686
matrix:
87-
api-level: [34]
87+
api-level: [35]
8888
# api-level: [21, 29]
8989
target: [default]
9090
steps:

0 commit comments

Comments
 (0)