Fix crash on Android 12
would be great if anyone from the original project team could work on this...
would be great if anyone from the original project team could work on this...
Hope, yes. Looks like the problem is in internal yamls. I have not access to Azure DevOps build logs. You can use now my custom feed https://www.myget.org/F/xam-tests/api/v3/index.json
would be great if anyone from the original project team could work on this...
Hope, yes. Looks like the problem is in internal yamls. You can use now my custom feed https://www.myget.org/F/xam-tests/api/v3/index.json
Thanks, problem is that I'm relying on this to be corrected, so that https://github.com/CrossGeeks/FacebookClientPlugin can upgrade their reference and make the plugin working with android12 again...
Guys, I can't upgrade my app because of this :( Will a new version be released anytime soon?
@AnTo0o0o I created a slim binding for the facebook android sdk to fix the issue for my usecase: https://github.com/thisisthekap/Xamarin.FacebookSlim.Droid
Feel free to contribute to this repository in case you need additional features exposed through the slim binding.
Pull request #245 have errors while compiling global.json:
"sdk": {
"version": "6.0.300",
Every project in .csproj has:
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
Those versions are not compatible with each other. You need to change sdk version to 6.0.100, then download necessary SDK from dotnet microsoft website, and then finally build cake will run without errors. Alternatively you can update version of MSBuild.Sdk in all projects.