-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User story
As a contributor,
I need to clearly understand generator-android-lib
In order to maintain and extend it.
Acceptance criteria
- 1. Define dependency versions in a single place
- 2.
build.gradlefiles conform to the SRP (Single Responsibility Principle)
Expected Behavior
- Versions are defined in an
ext. - Responsibilities are packaged semantically, e.g., lint and code smellers are bundled in a
quality-gate.gradlefile.
Current Behavior
- Versions are bound to their dependencies
- Concerns and responsibilities are "scattered" among different *.gradle files, e.g., static-code analysis functions a parent
build.gradlefile.