mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 07:26:04 +00:00
- Dialog changes added
- updated properties retrieval Took 13 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", "${WEATHER_API}"
|
||||
buildConfigField "String", "ParamTwo", "${SEARCH_API}"
|
||||
buildConfigField "String", "ParamOne", properties.getProperty('WEATHER_API')
|
||||
buildConfigField "String", "ParamTwo", properties.getProperty('SEARCH_API')
|
||||
}
|
||||
}
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user