Skip to content

Commit f66f3aa

Browse files
committed
Update README
1 parent 4233154 commit f66f3aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
## GIF 展示
2222

23-
暂时没有录制GIF
23+
暂时未录制GIF演示效果
2424

2525
> 你可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/WeChatQRCode/master/app/release/app-release.apk) 体验效果
2626
@@ -95,8 +95,6 @@ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.3'
9595
9696
```
9797

98-
**ABI过滤:**
99-
10098
根据需要选择支持的 SO 库架构
10199
```gradle
102100
// OpenCV基础库(*必须)
@@ -118,6 +116,8 @@ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.3'
118116
119117
```
120118

119+
**ABI过滤:**
120+
121121
在Module的 **build.gradle** 里面的 android{} 中设置支持的 SO 库架构(可选,支持多个平台的 so, 支持的平台越多,APK体积越大)
122122

123123
```gradle
@@ -132,7 +132,7 @@ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.3'
132132
}
133133
```
134134

135-
## 使用说明
135+
## 使用
136136

137137
### 初始化
138138

0 commit comments

Comments
 (0)