Skip to content

Commit f63304c

Browse files
committed
update lint report folder; update hilt version
1 parent ce5a12c commit f63304c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
6262
run: echo $DATA > app/google-services.json
6363
- name: Lint
64-
run: bash ./gradlew lint --stacktrace
64+
run: bash ./gradlew lintDebug
6565
- name: Lint results
6666
uses: actions/upload-artifact@v1
6767
with:
6868
name: app
69-
path: app/build/reports/lint-results.html
69+
path: app/build/reports/lint-results-debug.html
7070

7171
ui-test:
7272
runs-on: macOS-latest

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
kotlin_version = '1.7.10'
6-
hilt_version = '2.43.2'
6+
hilt_version = '2.44'
77
firebase_bom_version = '30.5.0'
88
}
99
repositories {

0 commit comments

Comments
 (0)