File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
## GIF 展示
22
22
23
- 暂时没有录制GIF 。
23
+ 暂时未录制GIF演示效果 。
24
24
25
25
> 你可以直接下载 [ 演示App] ( https://raw.githubusercontent.com/jenly1314/WeChatQRCode/master/app/release/app-release.apk ) 体验效果
26
26
@@ -95,8 +95,6 @@ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.3'
95
95
96
96
```
97
97
98
- ** ABI过滤:**
99
-
100
98
根据需要选择支持的 SO 库架构
101
99
``` gradle
102
100
// OpenCV基础库(*必须)
@@ -118,6 +116,8 @@ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.3'
118
116
119
117
```
120
118
119
+ ** ABI过滤:**
120
+
121
121
在Module的 ** build.gradle** 里面的 android{} 中设置支持的 SO 库架构(可选,支持多个平台的 so, 支持的平台越多,APK体积越大)
122
122
123
123
``` gradle
@@ -132,7 +132,7 @@ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.3'
132
132
}
133
133
```
134
134
135
- ## 使用说明
135
+ ## 使用
136
136
137
137
### 初始化
138
138
You can’t perform that action at this time.
0 commit comments