kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Change: Multidex enabled #109

Closed KishoreBabuIN closed 7 years ago

KishoreBabuIN commented 7 years ago

Pull request for issue #108

kaushikgopal commented 7 years ago

Thanks for this @barykaed !

  1. yup multi-dex has become an issue. I actually had this included in another feature branch, but haven't gotten around to merging it yet.
  2. I could trim the library/method count inclusion as there's really no good reason for this repo to exceed the method count but given that the objective of this repo is to be a playground of sorts,I want to include as many variations of the demo as possible.