Skip to content

Commit

Permalink
Restore android tests api level from 35 to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancea committed Dec 11, 2024
1 parent e602cf3 commit f41fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# We want to know if a failure happens just in one version or in all of them
fail-fast: false
matrix:
api-level: [26, 35]
api-level: [26, 34]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down

0 comments on commit f41fb07

Please sign in to comment.