xamarin / GooglePlayServicesComponents

Other
313 stars 145 forks source link

Manual update 20240611 alignment bumps `net8.0` #878

Closed moljac closed 2 weeks ago

moljac commented 2 weeks ago

Google Play Services Version (eg: 8.4.0):

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

Describe your contribution

moljac commented 2 weeks ago

/azp run

azure-pipelines[bot] commented 2 weeks ago
Azure Pipelines successfully started running 1 pipeline(s).
moljac commented 2 weeks ago

errors in samples:

./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102: Unable to find package Square.OkHttp3 with version (>= 4.12.0.4) [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Found 48 version(s) in nuget.org [ Nearest version: 4.12.0.3 ] [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Versions from /usr/local/share/dotnet/library-packs were not considered [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Versions from Local Output were not considered [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102: Unable to find package Square.OkIO with version (>= 3.8.0.2) [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Found 39 version(s) in nuget.org [ Nearest version: 3.8.0.1 ] [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Versions from /usr/local/share/dotnet/library-packs were not considered [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Versions from Local Output were not considered [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102: Unable to find package Xamarin.Google.Inject.Guice with version (>= 5.1.0.2) [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Found 2 version(s) in nuget.org [ Nearest version: 5.1.0.1 ] [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Versions from /usr/local/share/dotnet/library-packs were not considered [./samples/dotnet/BuildAllDotNet.sln]
./samples/dotnet/BuildAllDotNet/BuildAllDotNet.csproj : error NU1102:   - Versions from Local Output were not considered [./samples/dotnet/BuildAllDotNet.sln]
    3 Warning(s)
    3 Error(s)
moljac commented 2 weeks ago

removing

      {
        "groupId": "androidx.datastore",
        "artifactId": "datastore",
        "version": "1.1.1",
        "nugetVersion": "1.1.1.2",
        "nugetId": "Xamarin.AndroidX.DataStore",
        "dependencyOnly": true
      },
      {
        "groupId": "androidx.datastore",
        "artifactId": "datastore-preferences",
        "version": "1.1.1",
        "nugetVersion": "1.1.1.2",
        "nugetId": "Xamarin.AndroidX.DataStore.Preferences",
        "dependencyOnly": true
      },

causes:

Dependency errors : 1
1
    System.Exception: 
No matching artifact config found for: 
            androidx.datastore.datastore-preferences:1.0.0
to satisfy dependency of: 
            com.google.firebase.firebase-sessions:1.2.2

    Please add following json snippet to config.json:

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