moljac

Results 451 comments of moljac

used https://github.com/jldubz/Xamarin-Android-Firebase-Performance-Test/tree/master in samples under s1 folder name (to shorten paths for windows)

Please be sure that R8 is not removing classes/methods. Try adding proguard config file.... If not give me repro sample minimal, so I can bust some proguard.cfg

`linker.config` != `proguard.cfg` > add your own "google-services.json" and set the build action. Probably not that safe to add my own. True. Not safe to add your own

Seems like transitive dependencies pull in older Dagger packages

latest nuget https://www.nuget.org/packages/Xamarin.Google.Dagger/2.25.2.1 config.json https://github.com/xamarin/GooglePlayServicesComponents/blob/master/config.json#L1096-L1103 ``` { "groupId" : "com.google.dagger", "artifactId" : "dagger", "version" : "2.25.2.1", "nugetVersion" : "2.25.2.1", "nugetId" : "Xamarin.Google.Dagger", "dependencyOnly" : true }, ``` some other package...

Me too. Really no kidding. I simply have no time to port the samples.

`Xamarin.GooglePlayService.MLKit.BarcodeScanning` != `Xamarin.Google.MLKit.BarcodeScanning`

@ComptonAlvaro Did you try using MLKit instead of GPS?