File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -111,31 +111,31 @@ allprojects {
111111``` gradle
112112
113113//Camera核心 (*必须项)
114- implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.0 '
114+ implementation 'com.github.jenly1314.MLKit:mlkit-camera-core:1.0.1 '
115115
116116//条码识别 (可选项)
117- implementation 'com.github.jenly1314.MLKit:mlkit-barcode-scanning:1.0.0 '
117+ implementation 'com.github.jenly1314.MLKit:mlkit-barcode-scanning:1.0.1 '
118118
119119//人脸检测 (可选项)
120- implementation 'com.github.jenly1314.MLKit:mlkit-face-detection:1.0.0 '
120+ implementation 'com.github.jenly1314.MLKit:mlkit-face-detection:1.0.1 '
121121
122122//图像标记 (可选项)
123- implementation 'com.github.jenly1314.MLKit:mlkit-image-labeling:1.0.0 '
123+ implementation 'com.github.jenly1314.MLKit:mlkit-image-labeling:1.0.1 '
124124
125125//对象检测 (可选项)
126- implementation 'com.github.jenly1314.MLKit:mlkit-object-detection:1.0.0 '
126+ implementation 'com.github.jenly1314.MLKit:mlkit-object-detection:1.0.1 '
127127
128128//Pose检测 (可选项)
129- implementation 'com.github.jenly1314.MLKit:mlkit-pose-detection:1.0.0 '
129+ implementation 'com.github.jenly1314.MLKit:mlkit-pose-detection:1.0.1 '
130130
131131//Pose检测精确版 (可选项)
132- implementation 'com.github.jenly1314.MLKit:mlkit-pose-detection-accurate:1.0.0 '
132+ implementation 'com.github.jenly1314.MLKit:mlkit-pose-detection-accurate:1.0.1 '
133133
134134//自拍分割 (可选项)
135- implementation 'com.github.jenly1314.MLKit:mlkit-segmentation-selfie:1.0.0 '
135+ implementation 'com.github.jenly1314.MLKit:mlkit-segmentation-selfie:1.0.1 '
136136
137137//文字识别 (可选项)
138- implementation 'com.github.jenly1314.MLKit:mlkit-text-recognition:1.0.0 '
138+ implementation 'com.github.jenly1314.MLKit:mlkit-text-recognition:1.0.1 '
139139
140140```
141141
You can’t perform that action at this time.
0 commit comments