We need a place to have the gradle version and the android gradle plugin version, so that the CLI can read it and use the same versions. The versions will be added inside the package.json in the following format:
"gradle": {
"version": "4.4",
"android": "3.1.3"
}