generated from NativeScript/plugin-seed
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Library update on Android and IOS to latest MLKit binaries #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
bcfcbaf
mlkit android and ios update to latest libs
cjohn001 ad8d6f1
updated android and ios libs, on android to add 16bit page alignment
cjohn001 4dbd390
Update packages/mlkit-barcode-scanning/package.json
NathanWalker eca9bd0
Update packages/mlkit-custom-object-detection/package.json
NathanWalker 8795018
Update packages/mlkit-digital-ink-recognition/package.json
NathanWalker 3beeb08
Update packages/mlkit-core/package.json
NathanWalker fd60e52
Update packages/mlkit-face-detection/package.json
NathanWalker bdec18d
Update packages/mlkit-image-labeling/package.json
NathanWalker c434372
Update packages/mlkit-object-detection/package.json
NathanWalker 76e3af1
Update packages/mlkit-pose-detection/package.json
NathanWalker fcc3fe0
Update packages/mlkit-selfie-segmentation/package.json
NathanWalker dc19f30
Update packages/mlkit-text-recognition/package.json
NathanWalker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mlkit-barcode-scanning/platforms/android/include.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:barcode-scanning:4.0.0-alpha.13' | ||
| implementation 'com.google.mlkit:barcode-scanning:17.2.0' | ||
| implementation 'com.google.mlkit:barcode-scanning:17.3.0' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/BarcodeScanning', '7.0.0' | ||
| pod 'GoogleMLKit/BarcodeScanning', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5' | ||
| pod 'GoogleMLKit/ObjectDetectionCustom', '7.0.0' | ||
| pod 'GoogleMLKit/ObjectDetectionCustom', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/DigitalInkRecognition', '7.0.0' | ||
| pod 'GoogleMLKit/DigitalInkRecognition', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:face-detection:4.0.0-alpha.13' | ||
| implementation 'com.google.mlkit:face-detection:16.1.6' | ||
| implementation 'com.google.mlkit:face-detection:16.1.7' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/FaceDetection', '7.0.0' | ||
| pod 'GoogleMLKit/FaceDetection', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:image-labeling:4.0.0-alpha.13' | ||
| implementation 'com.google.mlkit:image-labeling:17.0.8' | ||
| implementation 'com.google.mlkit:image-labeling:17.0.9' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/ImageLabeling', '7.0.0' | ||
| pod 'GoogleMLKit/ImageLabeling', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mlkit-object-detection/platforms/android/include.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:object-detection:4.0.0-alpha.13' | ||
| implementation 'com.google.mlkit:object-detection:17.0.1' | ||
| implementation 'com.google.mlkit:object-detection:17.0.2' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/ObjectDetection', '7.0.0' | ||
| pod 'GoogleMLKit/ObjectDetection', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:pose-detection:4.0.0-alpha.13' | ||
| implementation 'com.google.mlkit:pose-detection:18.0.0-beta4' | ||
| implementation 'com.google.mlkit:pose-detection:18.0.0-beta5' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| platform :ios, '15.5.0' | ||
|
|
||
| if defined?($NSMLKitPoseDetectionAccurate) | ||
| pod 'GoogleMLKit/PoseDetectionAccurate', '7.0.0' | ||
| pod 'GoogleMLKit/PoseDetectionAccurate', '8.0.0' | ||
| else | ||
| pod 'GoogleMLKit/PoseDetection', '7.0.0' | ||
| pod 'GoogleMLKit/PoseDetection', '8.0.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mlkit-selfie-segmentation/platforms/android/include.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:selfie-segmentation:4.0.0-alpha.13' | ||
| implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta5' | ||
| implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta6' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/SegmentationSelfie', '7.0.0' | ||
| pod 'GoogleMLKit/SegmentationSelfie', '8.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mlkit-text-recognition/platforms/android/include.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| dependencies { | ||
| implementation 'io.github.triniwiz:text-recognition:4.0.0-alpha.13' | ||
| implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.0' | ||
| implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.1' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| platform :ios, '15.5.0' | ||
| pod 'GoogleMLKit/TextRecognition','7.0.0' | ||
| pod 'GoogleMLKit/TextRecognition','8.0.0' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.