-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fix crash on Android 12 #245
base: main
Are you sure you want to change the base?
Conversation
Package updates
update with main
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. |
Thanks, problem is that I'm relying on this to be corrected, so that |
Guys, I can't upgrade my app because of this :( |
@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
Every project in .csproj has: 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. |
This PR fixes issue #236 and it based on the previous PR #237 created by mos379.