Skip to content

Commit 7a06d37

Browse files
committed
Update README
1 parent a33faf5 commit 7a06d37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,22 @@ allprojects {
7272

7373
2. 在Module的 **build.gradle** 里面添加引入依赖项
7474

75+
7576
```gradle
7677
//AndroidX 版本
7778
implementation 'com.github.jenly1314:zxing-lite:2.2.0'
7879
7980
```
8081

82+
> 使用 **v2.2.x** 以上版本需要 **targetSdkVersion >= 31**
83+
> 如果 **targetSdkVersion < 31** 请使用 **v2.2.x** 以前的版本
84+
85+
```gradle
86+
//AndroidX 版本
87+
implementation 'com.github.jenly1314:zxing-lite:2.1.1'
88+
89+
```
90+
8191

8292
以前发布至JCenter的版本
8393
```gradle

0 commit comments

Comments
 (0)