Patrick Löwenstein
Patrick Löwenstein
Thanks for the contribution, it's really appreciated. Without looking too much into details of the PR, if HMS integration should be added, it should not be in the main library,...
According to [this](https://android-developers.googleblog.com/2017/04/java-8-language-features-support-update.html), the Android gradle plugin as of 2.4 will support Java 8 libraries. I will therefore remove Retrolambda completely when this is released.
I had the same problem when using retrolambda in my wear module. Add the following to your wear module's build.gradle: ``` retrolambda { jvmArgs '-noverify' } ``` This solved the...