File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 14
14
java-version : ' 11'
15
15
- name : Build and Lint with Gradle
16
16
run : ./gradlew build
17
+ - name : Archive lint results
18
+ uses : actions/upload-artifact@v2
19
+ with :
20
+ name : lint-results
21
+ path : " **/build/reports/lint-results.xml"
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ dependencies {
36
36
By default, only SDK 24+ is supported, even though the library specifies 19 as the minimum version.
37
37
No guarantees are made on support for SDK versions below 24 - you'll have to test to make sure it's compatible.
38
38
39
- For versions 19 - 23, one of two changes are required:
39
+ SDK versions 19 - 23 should also work, but one of the changes changes below are required,
40
+ and this is not routinely tested.
40
41
41
42
### Option 1. Downgrade zxing: core to 3.3.0
42
43
You can’t perform that action at this time.
0 commit comments