Jonathan Pobst

Results 175 comments of Jonathan Pobst

Just in case you were going to work on this "soon", there is an extensive refactor in progress for `jcw-gen` that would likely make this task significantly easier: https://github.com/xamarin/java.interop/pull/1174.

Any plans to complete this? (At least the part about moving to SDK-style projects.) We need this for Xamarin.Android in order to build with `dotnet`, which we need in order...

Closing as GPS packages have been moved to https://github.com/xamarin/AndroidX repository and this repository is no longer used.

https://github.com/xamarin/AndroidX/issues/764

Interesting, using your repro steps: ``` dotnet new android dotnet add package Xamarin.AndroidX.Preference dotnet add package Xamarin.GooglePlayServices.Ads.Lite ``` I get a lot of `NU1608` warnings, but it still successfully compiles:...

It looks like this is caused by releasing just _some_ new packages that had updates instead of releasing the entire set of packages we maintain at once. That is, we...

Sounds like this has been completed.

It looks like `GameRequest` was deprecated in June 2017: https://developers.google.com/android/guides/releases#june_2017_-_version_110. And it was removed in version 119.0.0 (https://support.google.com/googleplay/android-developer/answer/9469745). The samples in this repository are no longer maintained and should probably...

Yes, we need to release new packages for everything in this repo that references the correctly versioned `Java.Interop`. For now you will need to continue using the previous version.