Skip to content

Commit 54ff9bb

Browse files
committed
Add API 36 for nightly tests and bump PR test level to 35.
1 parent 942b63e commit 54ff9bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/reusable-workflow.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: android-actions/setup-android@v3
4747
- uses: gradle/actions/setup-gradle@v4
4848
with:
49-
gradle-version: "8.7"
49+
gradle-version: "8.10.1"
5050
add-job-summary: on-failure
5151
add-job-summary-as-pr-comment: on-failure
5252
- name: Run Lint
@@ -79,8 +79,8 @@ jobs:
7979
if: success() || failure()
8080
env:
8181
# Most used according to https://gs.statcounter.com/android-version-market-share/mobile-tablet/worldwide
82-
PR_API_VERSION: "34"
83-
FULL_API_RANGE: "28 29 30 31 32 33 34 35"
82+
PR_API_VERSION: "35"
83+
FULL_API_RANGE: "28 29 30 31 32 33 34 35 36"
8484
IS_PR: ${{ inputs.is_pr }}
8585
run: |
8686
LEVELS_TO_TEST=$FULL_API_RANGE
@@ -114,8 +114,8 @@ jobs:
114114
if: success() || failure()
115115
env:
116116
# Most used according to https://gs.statcounter.com/android-version-market-share/mobile-tablet/worldwide
117-
PR_API_VERSION: "34"
118-
FULL_API_RANGE: "28 29 30 31 32 33 34 35"
117+
PR_API_VERSION: "35"
118+
FULL_API_RANGE: "28 29 30 31 32 33 34 35 36"
119119
IS_PR: ${{ inputs.is_pr }}
120120
run: |
121121
LEVELS_TO_TEST=$FULL_API_RANGE

0 commit comments

Comments
 (0)