forked from organicmaps/organicmaps
Fixed crash with empty Flurry key in OpenSource mode, mentioned in #559.
This commit is contained in:
parent
1998e03494
commit
709e6b2bdc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ else
|
|||
#pragma once
|
||||
|
||||
#define ALOHALYTICS_URL ""
|
||||
#define FLURRY_KEY ""
|
||||
#define FLURRY_KEY "12345678901234567890"
|
||||
#define MY_TRACKER_KEY ""
|
||||
#define MY_TARGET_KEY ""
|
||||
#define PARSE_APPLICATION_ID ""
|
||||
|
|
Loading…
Add table
Reference in a new issue