Tony Robalik
Tony Robalik
The plugin currently provides no support for custom source sets. It only supports `main` and `test`. I'll consider this a feature request for a future release.
Maybe. It has to be shaded, though. So it could be resolved from a public repo, and then shaded/relocated during the build process.
[This](https://github.com/autonomousapps/asm-relocated) is the project that produces this shaded jar. I tried publishing it to bintray, but can't get it to work with the new maven-publish plugin (and don't want to...
Ideally I will be able to use the gradle shadow plugin to bundle this and other libs into the published artifact, but it does not yet support the new `SoftwareComponent`...
Having the same issue. Here's a sample stack trace from leak canary: ``` 04-06 16:52:52.560 2742-2764/com.chess:leakcanary D/LeakCanary: In com.chess:3.6.6-SNAPSHOT:19666. 04-06 16:52:52.560 2742-2764/com.chess:leakcanary D/LeakCanary: * com.chess.ui.activities.MainActivity has leaked: 04-06 16:52:52.560 2742-2764/com.chess:leakcanary...
@Serchinastico any updates on this? We'd love to use your library, but the only PR ever opened that addressed it ended up being closed.
Thank you! cc/ @sklinefelter
Good point. In my project, we have do custom logging to see those properties. If Amplitude did that itself, we could remove our (then-)redundant code.
See this bug report filed on the Android issue tracker: https://issuetracker.google.com/issues/38375597 If you star it, maybe it'll get more attention and get fixed.
Still having issues, although honestly I haven't tried for weeks. It has completely blocked progress on this new step, which I had hoped to share to the wider community. The...