Skip to content

Commit

Permalink
Fix minimum native iOS SDK requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
radko93 authored Sep 30, 2019
1 parent 2a7a206 commit 984bdf7
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 984bdf7

Please sign in to comment.