moljac

Results 451 comments of moljac

@guillermo-gerard 21.3.1 is AndroidX dependent. The branch with AndroidX dependencies is here: https://github.com/xamarin/GooglePlayServicesComponents/tree/master_based_androidx I see I did not bind latest version, but you could try this one: https://github.com/xamarin/GooglePlayServicesComponents/blob/master_based_androidx/config.json#L510-L514 You'll need...

@guillermo-gerard Did you try new nugets?

Thank you. That would help us/me a lot.

GPS-FB with AndroidX dependencies coming soon. Tagged version: https://github.com/xamarin/GooglePlayServicesComponents/tree/100.20200429-androidx-previews01 Waiting for CI build (cross fingers) and publishing will happen. Check config.json if your version is in there. If not ping...

@RedChops Try 27.1.0.4 released few hours ago. We faced the similar issues with AndroidX updates (and GPS-FB with AndroidX dependencies). Now it is `EmbeddedReferenceJar`. And there is also 28.2.0.0 I...

@RedChops I'm glad it worked. Thanks for your analysis. I'll let it open for few days. I want to publish AndroidX updates (and some older packages), before I prepare GPS-FB.

Thanks for the feedback. Related https://github.com/dotnet/android-libraries/issues/764

Given: ```xml net8.0-android;net8.0-ios;net8.0-maccatalyst $(TargetFrameworks);net8.0-windows10.0.19041.0 Exe AppMAUI true true enable enable AppMAUI com.companyname.appmaui 1.0 1 None 15.0 15.0 21.0 10.0.17763.0 10.0.17763.0 6.5 ``` Adding ```xml ``` results in: ``` MSBUILD :...

@Default8800 Few questions: 1. why did you add/install `Xamarin.GooglePlayServices.Base`? 2. can you provide complete `*.csproj`, please? Thanks