Streamline dependencies across modules
tasomaniac opened this issue · 1 comments
tasomaniac commented
Problem
We now have multiple modules in the project. They all use similar dependencies by duplicating them. We should also drop the targetSdkVersion
see here.
Potential Solution
Just like some other Novoda projects we can have a shared gradle file for these.
Impact
Maintaining dependencies is potentially harder without this change.
tasomaniac commented
Fixed by #115