Skip to content

Commit 35d57cf

Browse files
committed
Update iOS native plugin to 0.25.11
1 parent 9a0650f commit 35d57cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ios/dependencies/Branch-SDK/BNCConfig.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "BNCConfig.h"
1010

1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
12-
BOOL const BNC_API_PINNED = YES;
12+
BOOL const BNC_API_PINNED = NO;
1313
NSString * const BNC_API_VERSION = @"v1";
1414
NSString * const BNC_LINK_URL = @"https://bnc.lt";
15-
NSString * const BNC_SDK_VERSION = @"0.25.10";
15+
NSString * const BNC_SDK_VERSION = @"0.25.11";

0 commit comments

Comments
 (0)