Skip to content

Commit

Permalink
Merge pull request #508 from radko93/patch-2
Browse files Browse the repository at this point in the history
Fix minimum native iOS SDK requirement
  • Loading branch information
echo-branch authored Sep 30, 2019
2 parents 2a7a206 + 984bdf7 commit e5be248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNBranch.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
static NSString * const RNBranchErrorDomain = @"RNBranchErrorDomain";
static NSInteger const RNBranchUniversalObjectNotFoundError = 1;

static NSString * const REQUIRED_BRANCH_SDK = @"0.28.1";
static NSString * const REQUIRED_BRANCH_SDK = @"0.29.0";

#pragma mark - Private RNBranch declarations

Expand Down

0 comments on commit e5be248

Please sign in to comment.