xamarin / AndroidX

AndroidX bindings for .NET for Android
MIT License
181 stars 45 forks source link

Manual updates 20231212 GPS-FB-MLKit missing dependencies #826

Closed moljac closed 3 months ago

moljac commented 9 months ago

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

Unstable/Preview Maven artifacts

needed for stable packages for:

NOTE: some of these packages have critical security vulnerabilities, so "no bindings for packages with unstable/preview dependencies" must be overriden.

Describe your contribution

Added new bindings:

moljac commented 9 months ago

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 commented 3 months ago

/azp run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).