Radek Piekarz
Radek Piekarz
https://github.com/lucasr/dspec/issues/8
Use **consumerProguardFiles** http://stackoverflow.com/questions/30201420/how-to-include-a-proguard-configuration-in-my-android-library-aar
Is it possible to add download with all binaries + 64 bit ones? - arm64-v8a - armeabi-v7a - mips64 - x86_64
Hi! I am unable to play some of the streams using Mp3Player from this library: ``` 01-22 17:28:59.074 6478-14869/audio-example E/Mp3Player: AacPlayer exception http://ant-waw-01.cdn.eurozet.pl:8602 01-22 17:28:59.076 6478-14869/audio-example D/AudioPlayerService: Sending: audio-example:stream_error 01-22...
Hi everyone! Thanks for great examples. I'm just wondering what method you recommend to inject dynamic parameters into ViewModel using Dagger 2? Currently in the **GithubBrowserSample** such parameters are injected...