Skip to content

Instantly share code, notes, and snippets.

View ShurikuS57's full-sized avatar
🎯
Focusing

ShurikuS57

🎯
Focusing
View GitHub Profile
defaultConfig {
.....
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
def apiKey = properties.getProperty('api.key')
resValue "string", "API_KEY", apiKey
}