Skip to content

Commit f0d0f11

Browse files
authored
Merge pull request #505 from BranchMetrics/SDK-509-update-for-iOS-0.29.0-and-Android-4.1.0
SDK-509 update for iOS 0.29.0 and android 4.1.0
2 parents ea45e6f + c6e8940 commit f0d0f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android {
2222

2323
dependencies {
2424
implementation 'com.facebook.react:react-native:+' // From node_modules
25-
api 'io.branch.sdk.android:library:4.0.1'
25+
api 'io.branch.sdk.android:library:4.1.0'
2626
}

react-native-branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
2121
s.source = { spec['repository']['type'].to_sym => spec['repository']['url'].sub(/^[a-z]+\+/, '') }
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.header_dir = 'RNBranch' # also sets generated module name
24-
s.dependency 'Branch', '0.28.1'
24+
s.dependency 'Branch', '0.29.0'
2525
s.dependency 'React' # to ensure the correct build order
2626
end

0 commit comments

Comments
 (0)