Shhhhh ! Keep the API keys hidden is a constant concern specially when working on a shared or public repository. This article will show a very simple approach to solve this problem using Gradle. Step #1: create a keystore.properties file. This file will contains all the private keys. Create it on your project root and write down the API keys on property=value notation. keystore.properties Remember