Skip to content

Commit a4f7515

Browse files
authored
Fix instructions for min-sdk 14.
Fixes #507.
1 parent aa4fca5 commit a4f7515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To support SDK 14+, downgrade `zxing:core` to 3.3.0 -
1818
see [instructions](#adding-aar-dependency-with-gradle). You'll also need this in your Android manifest:
1919

2020
```xml
21-
<uses-sdk android:minSdkVersion="14" tools:overrideLibrary="com.google.zxing.client.android" />
21+
<uses-sdk tools:overrideLibrary="com.google.zxing.client.android" />
2222
```
2323

2424
No guarantees are made on support for older SDK versions - you'll have to test to make sure it's compatible.

0 commit comments

Comments
 (0)