File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments