chore: update targetSdk to API 34

This commit is contained in:
andrekir 2024-07-21 09:59:37 -03:00 committed by Andre K
parent de180f2d35
commit e31b7d4911
8 changed files with 25 additions and 6 deletions

View file

@ -114,7 +114,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
api-level: [26, 33]
api-level: [26, 34]
steps:
- uses: actions/checkout@v4