Charles Anderson
Results
4
comments of
Charles Anderson
Working on an update in my spare time, should have it soon-ish.
Can you give me a little more info about what you're looking for?
You need to add the local `libs` dir to your repositories in the project gradle file: ``` repositories { flatDir { dirs 'libs' } } ```
This was fixed in Pull #29