AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

Manual updates 20231212 GPS-FB-MLKit missing dependencies

Open moljac opened this issue 2 years ago • 1 comments

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

Describe your contribution

  • androidx.privacysandbox.ads:ads-adservices - -> 1.0.0beta05
  • androidx.privacysandbox.ads:ads-adservices-java - -> 1.0.0beta05

moljac avatar Dec 12 '23 08:12 moljac

GPS-FB-MLKit errors for updates:

Dependency errors : 5
1
	System.Exception: 
No matching artifact config found for: 
			androidx.privacysandbox.ads.ads-adservices:1.0.0-beta05
to satisfy dependency of: 
			com.google.android.gms.play-services-ads:22.5.0

	Please add following json snippet to config.json:


      {
        "groupId": "androidx.privacysandbox.ads",
        "artifactId": "ads-adservices",
        "version": "1.0.0-beta05",
        "nugetVersion": "CHECK PREFIX 1.0.0-beta05",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


2
	System.Exception: 
No matching artifact config found for: 
			androidx.privacysandbox.ads.ads-adservices-java:1.0.0-beta05
to satisfy dependency of: 
			com.google.android.gms.play-services-ads:22.5.0

	Please add following json snippet to config.json:


      {
        "groupId": "androidx.privacysandbox.ads",
        "artifactId": "ads-adservices-java",
        "version": "1.0.0-beta05",
        "nugetVersion": "CHECK PREFIX 1.0.0-beta05",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


3
	System.Exception: 
No matching artifact config found for: 
			androidx.privacysandbox.ads.ads-adservices:1.0.0-beta05
to satisfy dependency of: 
			com.google.android.gms.play-services-measurement-impl:21.5.0

	Please add following json snippet to config.json:


      {
        "groupId": "androidx.privacysandbox.ads",
        "artifactId": "ads-adservices",
        "version": "1.0.0-beta05",
        "nugetVersion": "CHECK PREFIX 1.0.0-beta05",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


4
	System.Exception: 
No matching artifact config found for: 
			androidx.privacysandbox.ads.ads-adservices-java:1.0.0-beta05
to satisfy dependency of: 
			com.google.android.gms.play-services-measurement-impl:21.5.0

	Please add following json snippet to config.json:


      {
        "groupId": "androidx.privacysandbox.ads",
        "artifactId": "ads-adservices-java",
        "version": "1.0.0-beta05",
        "nugetVersion": "CHECK PREFIX 1.0.0-beta05",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }
						


5
	System.Exception: 
No matching artifact config found for: 
			androidx.credentials.credentials:1.0.0-alpha04
to satisfy dependency of: 
			com.google.android.libraries.identity.googleid.googleid:1.1.0

	Please add following json snippet to config.json:


      {
        "groupId": "androidx.credentials",
        "artifactId": "credentials",
        "version": "1.0.0-alpha04",
        "nugetVersion": "CHECK PREFIX 1.0.0-alpha04",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }

moljac avatar Dec 12 '23 08:12 moljac

/azp run

moljac avatar Jun 17 '24 13:06 moljac

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Jun 17 '24 13:06 azure-pipelines[bot]