novoda/merlin

Streamline dependencies across modules

tasomaniac opened this issue · 1 comments

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.

Fixed by #115