We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea45e6f + c6e8940 commit f0d0f11Copy full SHA for f0d0f11
android/build.gradle
@@ -22,5 +22,5 @@ android {
22
23
dependencies {
24
implementation 'com.facebook.react:react-native:+' // From node_modules
25
- api 'io.branch.sdk.android:library:4.0.1'
+ api 'io.branch.sdk.android:library:4.1.0'
26
}
react-native-branch.podspec
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
21
s.source = { spec['repository']['type'].to_sym => spec['repository']['url'].sub(/^[a-z]+\+/, '') }
s.source_files = [ "ios/*.h", "ios/*.m"]
s.header_dir = 'RNBranch' # also sets generated module name
- s.dependency 'Branch', '0.28.1'
+ s.dependency 'Branch', '0.29.0'
s.dependency 'React' # to ensure the correct build order
end
0 commit comments