We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13024e7 commit 7eb0543Copy full SHA for 7eb0543
README.md
@@ -27,21 +27,21 @@ ZXingLite for Android 是ZXing的精简极速版,基于ZXing库优化扫码和
27
28
1. 在Project的 **build.gradle** 或 **setting.gradle** 中添加远程仓库
29
30
-```gradle
31
-repositories {
32
- //...
33
- mavenCentral()
34
- maven { url 'https://jitpack.io' }
35
-}
36
-```
+ ```gradle
+ repositories {
+ //...
+ mavenCentral()
+ maven { url 'https://jitpack.io' }
+ }
+ ```
37
38
2. 在Module的 **build.gradle** 里面添加引入依赖项
39
40
41
-// AndroidX 版本
42
-implementation 'com.github.jenly1314:zxing-lite:3.0.1'
43
-
44
+ // AndroidX 版本
+ implementation 'com.github.jenly1314:zxing-lite:3.0.1'
+
45
46
### 温馨提示
47
0 commit comments