You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in RxJava 1.3.1 (which this lib is dependent on) fixed in RxJava 1.3.2, which prevented us from building our project with ProGuard enabled. RxJavaProGuardRules author recommends skipping this version of RxJava. When we exclude rxjava bundled with rxandroidble from gradle and replace it with newer version, everything works fine.
Library version
1.4.0 and above
Actual result
Warning:rx.internal.schedulers.NewThreadWorker: can't find referenced method 'java.util.concurrent.ConcurrentHashMap$KeySetView keySet()' in library class java.util.concurrent.ConcurrentHashMap Warning:there were 1 unresolved references to library class members. Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForDebug'
Expected result
Build succeeds
The text was updated successfully, but these errors were encountered:
Summary
There is a bug in RxJava 1.3.1 (which this lib is dependent on) fixed in RxJava 1.3.2, which prevented us from building our project with ProGuard enabled. RxJavaProGuardRules author recommends skipping this version of RxJava. When we exclude rxjava bundled with rxandroidble from gradle and replace it with newer version, everything works fine.
Library version
1.4.0 and above
Actual result
Warning:rx.internal.schedulers.NewThreadWorker: can't find referenced method 'java.util.concurrent.ConcurrentHashMap$KeySetView keySet()' in library class java.util.concurrent.ConcurrentHashMap
Warning:there were 1 unresolved references to library class members.
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForDebug'
Expected result
Build succeeds
The text was updated successfully, but these errors were encountered: