File tree Expand file tree Collapse file tree 8 files changed +39
-39
lines changed
mlkit-barcode-scanning/platforms/android
mlkit-core/platforms/android
mlkit-face-detection/platforms/android
mlkit-image-labeling/platforms/android
mlkit-object-detection/platforms/android
mlkit-pose-detection/platforms/android
mlkit-selfie-segmentation/platforms/android
mlkit-text-recognition/platforms/android Expand file tree Collapse file tree 8 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:barcodeScanning:1.0.0-alpha.4 '
3
- implementation ' com.google.mlkit:barcode-scanning:17.0.1 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:barcodeScanning:1.0.1 '
3
+ implementation ' com.google.mlkit:barcode-scanning:17.0.3 '
4
+ }
Original file line number Diff line number Diff line change 1
1
allprojects {
2
- repositories {
3
- maven { url " https://repo1.maven.org/maven2/" }
4
- maven { url " https://s01.oss.sonatype.org/content/repositories/releases/" }
5
- }
2
+ repositories {
3
+ maven { url " https://repo1.maven.org/maven2/" }
4
+ maven { url " https://s01.oss.sonatype.org/content/repositories/releases/" }
5
+ }
6
6
}
7
7
8
8
dependencies {
9
- implementation ' io.github.triniwiz:fancycamera:3.0.0-alpha.37 '
9
+ implementation ' io.github.triniwiz:fancycamera:3.0.5 '
10
10
}
11
11
12
12
13
- android {
14
- packagingOptions {
15
- exclude ' META-INF/DEPENDENCIES'
16
- exclude ' META-INF/LICENSE'
17
- exclude ' META-INF/LICENSE.txt'
18
- exclude ' META-INF/license.txt'
19
- exclude ' META-INF/NOTICE'
20
- exclude ' META-INF/NOTICE.txt'
21
- exclude ' META-INF/notice.txt'
22
- exclude ' META-INF/ASL2.0'
23
- exclude(" META-INF/*.kotlin_module" )
24
- }
25
- }
13
+ android {
14
+ packagingOptions {
15
+ exclude ' META-INF/DEPENDENCIES'
16
+ exclude ' META-INF/LICENSE'
17
+ exclude ' META-INF/LICENSE.txt'
18
+ exclude ' META-INF/license.txt'
19
+ exclude ' META-INF/NOTICE'
20
+ exclude ' META-INF/NOTICE.txt'
21
+ exclude ' META-INF/notice.txt'
22
+ exclude ' META-INF/ASL2.0'
23
+ exclude(" META-INF/*.kotlin_module" )
24
+ }
25
+ }
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:faceDetection:1.0.0-alpha.3 '
3
- implementation ' com.google.mlkit:face-detection:16.1.3 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:faceDetection:1.0.1 '
3
+ implementation ' com.google.mlkit:face-detection:16.1.5 '
4
+ }
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:imageLabeling:1.0.0-alpha.4 '
3
- implementation ' com.google.mlkit:image-labeling:17.0.6 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:imageLabeling:1.0.1 '
3
+ implementation ' com.google.mlkit:image-labeling:17.0.7 '
4
+ }
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:objectDetection:1.0.0-alpha.4 '
3
- implementation ' com.google.mlkit:object-detection:16.2.8 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:objectDetection:1.0.1 '
3
+ implementation ' com.google.mlkit:object-detection:17.0.0 '
4
+ }
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:poseDetection:1.0.0-alpha.3 '
3
- implementation ' com.google.mlkit:pose-detection:17 .0.1-beta7 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:poseDetection:1.0.1 '
3
+ implementation ' com.google.mlkit:pose-detection:18 .0.0-beta3 '
4
+ }
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:selfieSegmentation:1.0.0-alpha.2 '
3
- implementation ' com.google.mlkit:segmentation-selfie:16.0.0-beta3 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:selfieSegmentation:1.0.0'
3
+ implementation ' com.google.mlkit:segmentation-selfie:16.0.0-beta4 '
4
+ }
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.github.triniwiz.fancycamera:textRecognition:1.0.0-alpha.3 '
3
- implementation ' com.google.android.gms:play-services-mlkit-text-recognition:17 .0.0 '
4
- }
2
+ implementation ' io.github.triniwiz.fancycamera:textRecognition:1.0.1 '
3
+ implementation ' com.google.android.gms:play-services-mlkit-text-recognition:18 .0.2 '
4
+ }
You can’t perform that action at this time.
0 commit comments