Open devopsone opened 6 years ago
We could, but this will inevitably lag behind. Could you try excluding transitive dependencies, like:
implementation 'com.pixplicity.generate:library:1.+' { exclude module: 'support-v7' }
Apologies for typos, I'm typing from mobile.
On Wed, Nov 14, 2018, 15:33 devopsone notifications@github.com wrote:
Hi, i like you rproject but cannot use it right now. Will you compile your lib with the newest xamarin android support libraries soon? Currently lots of warnings about missing resource ids are popping up on latest xamarin forms and xamarin android libs.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Pixplicity/gene-rate/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AARdY0mzTrdvNGdFZ_85IRE9opB-HXubks5uvCmcgaJpZM4Yd3OW .
Thanks for the answer. Using Gradle this would be the standard way yes. But I use the NuGet Package for a Xamarin Forms Project and couldn't find a way to accomplish it there. I think its currently not possible or do you know a way?
I'm afraid I'm not familiar with NuGet and only very superficially on Xamarin. It seems to me that the problem would be more generic than Gene-Rate specifically. Perhaps you could try something similar to this suggestion? https://stackoverflow.com/questions/14452608/how-to-exclude-a-folder-from-a-nuget-package
Hi, i like your project but cannot use it right now. Will you compile your lib with the newest xamarin android support libraries soon? Currently lots of warnings about missing resource ids are popping up on latest xamarin forms and xamarin android libs.