We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5a12c commit f63304cCopy full SHA for f63304c
.github/workflows/android.yml
@@ -61,12 +61,12 @@ jobs:
61
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
62
run: echo $DATA > app/google-services.json
63
- name: Lint
64
- run: bash ./gradlew lint --stacktrace
+ run: bash ./gradlew lintDebug
65
- name: Lint results
66
uses: actions/upload-artifact@v1
67
with:
68
name: app
69
- path: app/build/reports/lint-results.html
+ path: app/build/reports/lint-results-debug.html
70
71
ui-test:
72
runs-on: macOS-latest
build.gradle
@@ -3,7 +3,7 @@
3
buildscript {
4
ext {
5
kotlin_version = '1.7.10'
6
- hilt_version = '2.43.2'
+ hilt_version = '2.44'
7
firebase_bom_version = '30.5.0'
8
}
9
repositories {
0 commit comments