Add API Key Parameter to OpenWeatherMap API Call

This commit is contained in:
Chris Lei
2015-10-28 15:55:27 -07:00
parent 089e1a7cc7
commit 03f8219b84
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildTypes.each {
it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', MyOpenWeatherMapApiKey
}
}
dependencies {