Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proguard Error #27

Closed
ragdroid opened this issue Jan 26, 2017 · 4 comments · Fixed by #29
Closed

Proguard Error #27

ragdroid opened this issue Jan 26, 2017 · 4 comments · Fixed by #29

Comments

@ragdroid
Copy link

I am using version 1.2.2 and getting the following error.

Warning: com.mtramin.rxfingerprint.FingerprintObservable$$Lambda$1: can't find referenced class java.lang.invoke.LambdaForm$Hidden

Works fine on adding the following rule to proguard :

#rxFingerprint
-dontwarn com.mtramin.rxfingerprint.**
@Mauin
Copy link
Owner

Mauin commented Jan 30, 2017

Thanks for the report @ragdroid. I'll investigate this one!

@Mauin
Copy link
Owner

Mauin commented Feb 2, 2017

This will go out with the next release. I'll first release the 2.x variant and then work on backporting all the changes to 1.x

@Mauin
Copy link
Owner

Mauin commented Feb 5, 2017

I just released v2.0.2 which should fix this issue. I'll start working on backporting the changes to the 1.x branch but I can't give an ETA on the next 1.x release.

@Mauin
Copy link
Owner

Mauin commented Feb 8, 2017

Just released v1.2.3 which should not need that additional ProGuard rule anymore. Let me know if this causes any more issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants