Skip to content

Commit 984bdf7

Browse files
authored
Fix minimum native iOS SDK requirement
1 parent 2a7a206 commit 984bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNBranch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
static NSString * const RNBranchErrorDomain = @"RNBranchErrorDomain";
3030
static NSInteger const RNBranchUniversalObjectNotFoundError = 1;
3131

32-
static NSString * const REQUIRED_BRANCH_SDK = @"0.28.1";
32+
static NSString * const REQUIRED_BRANCH_SDK = @"0.29.0";
3333

3434
#pragma mark - Private RNBranch declarations
3535

0 commit comments

Comments
 (0)