Sam Edwards

Results 43 comments of Sam Edwards

Here is a workaround from @hitherejoe to keep track of newer versions of libraries, but it only works when you run it in CI, not in Android Studio though. He...

@thederputy - You are correct. I'm hoping Android Studio will fix that at some point. Here is a conversation about it https://github.com/handstandsam/AndroidDependencyManagement/issues/6 which contains a workaround on CI.

Good question! I don't have answer yet, but will share here when I run into it.

@ohadnav & @kglondhe - I just pushed a TON of updates to the repo. Let me know if you still have any issues. Cheers.

After all the updates, I just ran all the tests and got:

@alexei28 & @lmdic - This is an issue with Mutlidex not being supported on Test APKs. If you want to run on APIs less than Lollipop (API 21) - Android...

Hi all. I have the same request. The situation where this occurs: * We have code that applies the Fladle plugin to our project * We use [AffectedModuleDetector](https://github.com/dropbox/AffectedModuleDetector) and get...

Regarding Google Summer of Code (GSOC), this project is unfortunately no longer going to be participating. --- @changusmc sent out this message regarding it: https://twitter.com/changusmc/status/1509231084638142467 ``` Due to some personnel...

Re-opening, wrong issue! Meant #2 .

Nice, I don't have any projects using a bom. Can you provide an example GAV for one and I can work on an example based on that.