mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2025-12-10 02:05:20 +00:00
this shit again
Took 2 minutes
This commit is contained in:
@@ -26,8 +26,8 @@ android {
|
|||||||
buildConfigField "String", "ParamOne", properties.getProperty('WEATHER_API')
|
buildConfigField "String", "ParamOne", properties.getProperty('WEATHER_API')
|
||||||
buildConfigField "String", "ParamTwo", properties.getProperty('SEARCH_API')
|
buildConfigField "String", "ParamTwo", properties.getProperty('SEARCH_API')
|
||||||
} else {
|
} else {
|
||||||
buildConfigField "String", "ParamOne", System.getEnv('WEATHER_API')
|
buildConfigField "String", "ParamOne", System.getenv('WEATHER_API')
|
||||||
buildConfigField "String", "ParamTwo", System.getEnv('SEARCH_API')
|
buildConfigField "String", "ParamTwo", System.getenv('SEARCH_API')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
android {
|
android {
|
||||||
|
|||||||
Reference in New Issue
Block a user