I was looking through and open source application here and saw this line of code in this file:
buildConfigField "String", "DRIBBBLE_CLIENT_ID", "\"${dribbble_client_id}\""
How does something like this work, mainly where or what is ${dribble_client_id} stored or defined?
Thanks