Skip to content

Commit

Permalink
[BUGFIX] - change api url
Browse files Browse the repository at this point in the history
  • Loading branch information
Capaldijo committed Jul 20, 2017
1 parent 4e11f60 commit 228273e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ android {
buildConfigField "String", "MAP_STYLE_URL", '"https://gist.githubusercontent.com/anonymous/c1fdbffff5c4e25eb267696e8247dec1/raw/1590b94bfc01433b706d51cf117506a760d14199/57a357f3e4b0dc55a4ea6ffa.json"'
buildConfigField "String", "MAP_STYLE", '"asset://mapnik.json"'
buildConfigField "String", "BASE_OSM_URL", osmUrl()
buildConfigField "String", "BASE_OVERPASS_URL", '"http://overpass-api.de/api/interpreter"'
buildConfigField "String", "BASE_OVERPASS_URL", '"http://overpass.osm.rambler.ru/cgi/interpreter"'
buildConfigField "String", "FLICKR_API_KEY", '"' + loadPropertiesFile("conf.properties").getProperty("flickr_api_key") + '"'
buildConfigField "String", "FLICKR_API_SECRET", '"' + loadPropertiesFile("conf.properties").getProperty("flickr_api_secret") + '"'
buildConfigField "String", "FLICKR_TOKEN", '"' + loadPropertiesFile("conf.properties").getProperty("flickr_token") + '"'
Expand All @@ -166,7 +166,7 @@ android {
buildConfigField "String", "MAP_STYLE_URL", '"https://gist.githubusercontent.com/anonymous/c1fdbffff5c4e25eb267696e8247dec1/raw/1590b94bfc01433b706d51cf117506a760d14199/57a357f3e4b0dc55a4ea6ffa.json"'
buildConfigField "String", "MAP_STYLE", '"asset://mapnik.json"'
buildConfigField "String", "BASE_OSM_URL", osmUrl()
buildConfigField "String", "BASE_OVERPASS_URL", '"http://overpass-api.de/api/interpreter"'
buildConfigField "String", "BASE_OVERPASS_URL", '"http://overpass.osm.rambler.ru/cgi/interpreter"'
buildConfigField "String", "FLICKR_API_KEY", '"' + loadPropertiesFile("conf.properties").getProperty("flickr_api_key") + '"'
buildConfigField "String", "FLICKR_API_SECRET", '"' + loadPropertiesFile("conf.properties").getProperty("flickr_api_secret") + '"'
buildConfigField "String", "FLICKR_TOKEN", '"' + loadPropertiesFile("conf.properties").getProperty("flickr_token") + '"'
Expand Down

0 comments on commit 228273e

Please sign in to comment.