fix build.gradle
This commit is contained in:
@@ -18,7 +18,7 @@ android {
|
||||
}
|
||||
}
|
||||
buildTypes.each {
|
||||
it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', MyOpenWeatherMapApiKey
|
||||
it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', "myapikey"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user