mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-17 23:16:01 +00:00
Properties updated
Took 3 minutes
This commit is contained in:
@@ -26,8 +26,8 @@ android {
|
||||
buildConfigField "String", "ParamOne", properties.getProperty('WEATHER_API')
|
||||
buildConfigField "String", "ParamTwo", properties.getProperty('SEARCH_API')
|
||||
} else {
|
||||
buildConfigField "String", "ParamOne", properties.getProperty('WEATHER_API')
|
||||
buildConfigField "String", "ParamTwo", properties.getProperty('SEARCH_API')
|
||||
buildConfigField "String", "ParamOne", System.getEnv('WEATHER_API')
|
||||
buildConfigField "String", "ParamTwo", System.getEnv('SEARCH_API')
|
||||
}
|
||||
}
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user