Bump SDK version to 12.2.1

Reviewed By: jamestouri

Differential Revision: D32955602

fbshipit-source-id: 0e5bd1939ae0cb5c88cdcd6145de807aff1bc9f0
This commit is contained in:
Jawwad Ahmad
2021-12-08 12:17:13 -08:00
committed by Facebook GitHub Bot
parent af6a0254ee
commit 948e4e89eb
13 changed files with 24 additions and 19 deletions

View File

@@ -6,5 +6,5 @@
* LICENSE file in the root directory of this source tree.
*/
#define FBAEMKit_VERSION_STRING @"12.2.0"
#define FBAEMKit_VERSION_STRING @"12.2.1"
#define FBSDK_DEFAULT_GRAPH_API_VERSION @"v12.0"

View File

@@ -22,7 +22,7 @@
#define FBSDK_MAX_CRASH_LOGS 5
#define FBSDK_CRASH_PATH_NAME @"instrument"
#ifndef FBSDK_VERSION_STRING
#define FBSDK_VERSION_STRING @"12.2.0"
#define FBSDK_VERSION_STRING @"12.2.1"
#endif
static NSUncaughtExceptionHandler *previousExceptionHandler = NULL;