Skip to content

Commit 1a8d949

Browse files
committed
Tweaks.
1 parent f1554b7 commit 1a8d949

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ jobs:
1414
java-version: '11'
1515
- name: Build and Lint with Gradle
1616
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"

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dependencies {
3636
By default, only SDK 24+ is supported, even though the library specifies 19 as the minimum version.
3737
No guarantees are made on support for SDK versions below 24 - you'll have to test to make sure it's compatible.
3838

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.
4041

4142
### Option 1. Downgrade zxing:core to 3.3.0
4243

0 commit comments

Comments
 (0)