Android Gradle: Which is the best place to load properties file where I can use them in all top-level/app/module build.gradle files?
I have to update some variables in both top-level and app/module build.gradle file from the properties file. Can you please suggest which is the best common place to load the properties file ?