booker-dragon 3ed79e4bb6
Fix flavor matching in dotenv.gradle (#381)
`getCurrentFlavor` is returning flavor in lower case but `loadDotEnv` just compare flavor with the key in `envConfigFiles` directly

Example:
If the flavor named as `tempRelease`, `getCurrentFlavor` will return `temprelease` and the comparison will be failed
2020-08-04 09:34:57 -03:00
..