Skip to content
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

Manual updates 20220215 split MLKit #606

Merged
merged 9 commits into from
Apr 30, 2022
Merged

Manual updates 20220215 split MLKit #606

merged 9 commits into from
Apr 30, 2022

Conversation

moljac
Copy link
Member

@moljac moljac commented Apr 23, 2022

Does this change any of the generated binding API's?

Yes. Updates, new dependencies, etc

Describe your contribution

PR split

#575

@moljac
Copy link
Member Author

moljac commented Apr 23, 2022

More fun

Blocked by MLKit updates and new GPS dependencies (play-services-mlkit-language-id):

Dependency errors : 4
1
	System.Exception: 
No matching artifact config found for: 
			com.google.android.gms.play-services-mlkit-barcode-scanning:16.2.0
to satisfy dependency of: 
			com.google.mlkit.barcode-scanning:16.2.0

	Please add following json snippet to config.json:


      {
        "groupId": "com.google.android.gms",
        "artifactId": "play-services-mlkit-barcode-scanning",
        "version": "16.2.0",
        "nugetVersion": "CHECK PREFIX 16.2.0",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


2
	System.Exception: 
No matching artifact config found for: 
			com.google.android.gms.play-services-mlkit-face-detection:16.2.0
to satisfy dependency of: 
			com.google.mlkit.face-detection:16.1.2

	Please add following json snippet to config.json:


      {
        "groupId": "com.google.android.gms",
        "artifactId": "play-services-mlkit-face-detection",
        "version": "16.2.0",
        "nugetVersion": "CHECK PREFIX 16.2.0",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


3
	System.Exception: 
No matching artifact config found for: 
			com.google.android.gms.play-services-mlkit-language-id:16.0.0-beta1
to satisfy dependency of: 
			com.google.mlkit.language-id:17.0.0

	Please add following json snippet to config.json:


      {
        "groupId": "com.google.android.gms",
        "artifactId": "play-services-mlkit-language-id",
        "version": "16.0.0-beta1",
        "nugetVersion": "CHECK PREFIX 16.0.0-beta1",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


4
	System.Exception: 
No matching artifact config found for: 
			com.google.android.gms.play-services-mlkit-language-id:16.0.0-beta1
to satisfy dependency of: 
			com.google.mlkit.smart-reply:16.2.0

	Please add following json snippet to config.json:


      {
        "groupId": "com.google.android.gms",
        "artifactId": "play-services-mlkit-language-id",
        "version": "16.0.0-beta1",
        "nugetVersion": "CHECK PREFIX 16.0.0-beta1",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }

Note: play-services-mlkit-language-id is preview

@moljac moljac changed the title Manual updates 20220215 split mlkit Manual updates 20220215 split MLKit Apr 25, 2022
@moljac
Copy link
Member Author

moljac commented Apr 27, 2022

After tuning versions - new GPS preview dependency needed

Dependency errors : 2
1
	System.Exception: 
No matching artifact config found for: 
			com.google.android.gms.play-services-mlkit-language-id:16.0.0-beta1
to satisfy dependency of: 
			com.google.mlkit.language-id:17.0.0

	Please add following json snippet to config.json:


      {
        "groupId": "com.google.android.gms",
        "artifactId": "play-services-mlkit-language-id",
        "version": "16.0.0-beta1",
        "nugetVersion": "CHECK PREFIX 16.0.0-beta1",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


2
	System.Exception: 
No matching artifact config found for: 
			com.google.android.gms.play-services-mlkit-language-id:16.0.0-beta1
to satisfy dependency of: 
			com.google.mlkit.smart-reply:16.2.0

	Please add following json snippet to config.json:


      {
        "groupId": "com.google.android.gms",
        "artifactId": "play-services-mlkit-language-id",
        "version": "16.0.0-beta1",
        "nugetVersion": "CHECK PREFIX 16.0.0-beta1",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }

@moljac moljac requested a review from jpobst April 27, 2022 17:13
@moljac moljac requested a review from jonpryor April 29, 2022 06:47
@moljac
Copy link
Member Author

moljac commented Apr 30, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@moljac moljac merged commit a8c95d5 into main Apr 30, 2022
@moljac moljac deleted the mu-20220215-split-mlkit branch April 30, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants