Skip to content

Commit ca75a80

Browse files
authored
CI: update lint command to use 'Next' flavor
1 parent 32dd1d7 commit ca75a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Setup Android SDK
2424
uses: android-actions/setup-android@v3
2525
- name: Build
26-
run: ./gradlew --no-daemon lint${{ matrix.FLAVOR }}Debug
26+
run: ./gradlew --no-daemon lint${{ matrix.FLAVOR }}Next

0 commit comments

Comments
 (0)