Thomas Wirth
Thomas Wirth
@ben-manes Does it make sense to at least add the Kotlin and Groovy *maturityLevel* solution to the readme? Maybe as part of the `RejectVersionsIf` section? I think initially this issues...
The [R8 FAQ](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md) states the following: > Attributes (such as Signature) and annotations are only kept for classes, methods and fields which are matched by keep rules even when -keepattributes...
Any chance this will get merged soon? For me it is not clear whats blocking this PR?
Hi and sorry for not giving any updates about this feature request.🙏 I actually started implementing such a feature on a local branch, but it did not went well and...
@stefanosiano Thanks for answering! Since it is not an build or lint warning, it will only show up in security analysis scans of our app artifacts (like [AppSweep](https://appsweep.guardsquare.com/)). We as...
> True. Just like 4.3.1 to 4.3.15, as reported in #40 There are release notes for previous versions (including [4.3.1](https://firebase.google.com/support/release-notes/android#google-services_plugin_v4-3-1) and [4.3.15](https://firebase.google.com/support/release-notes/android#google-services_plugin_v4-3-15)) as part of the Firebase Android SDK Release...
Actually the error log is gone after configuring `telemetry.set(false)`! Maybe it makes sense to only try sending telemetry if the auth token is available? For me it seems like this...