Skip to content

Commit ddae3e7

Browse files
committed
Update Main.cpp
1 parent 8b63b03 commit ddae3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/Main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#include "GameAnalytics/GameAnalytics.h"
66

7-
constexpr const char* GAME_KEY = "bd624ee6f8e6efb32a054f8d7ba11618";
8-
constexpr const char* SECRET_KEY = "7f5c3f682cbd217841efba92e92ffb1b3b6612bc";
7+
constexpr const char* GAME_KEY = "INSERT_GAME_KEY";
8+
constexpr const char* SECRET_KEY = "INSERT_SECRET_KEY";
99

1010
struct RemoteConfigs:
1111
public gameanalytics::IRemoteConfigsListener

0 commit comments

Comments
 (0)