Skip to content

Commit 9e6b59e

Browse files
committed
[Fastlane] Branch native SDK update: Android 2.14.2, iOS 0.21.14
1 parent bad175e commit 9e6b59e

File tree

25 files changed

+3322
-3300
lines changed

25 files changed

+3322
-3300
lines changed

android/build.gradle

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

2020
dependencies {
2121
compile 'com.facebook.react:react-native:+' // From node_modules
22-
compile files('libs/Branch-2.14.1.jar') // From node_modules
22+
compile files('libs/Branch-2.14.2.jar') // From node_modules
2323
}
Binary file not shown.

examples/testbed_native_ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Branch-SDK (0.21.13):
3-
- Branch-SDK/Core (= 0.21.13)
4-
- Branch-SDK/Core (0.21.13)
2+
- Branch-SDK (0.21.14):
3+
- Branch-SDK/Core (= 0.21.14)
4+
- Branch-SDK/Core (0.21.14)
55
- React (0.42.3):
66
- React/Core (= 0.42.3)
77
- react-native-branch (2.2.0):
@@ -48,7 +48,7 @@ EXTERNAL SOURCES:
4848
:path: node_modules/react-native/ReactCommon/yoga
4949

5050
SPEC CHECKSUMS:
51-
Branch-SDK: 99b18e6b19e11f6db551619e302fca3171cf326c
51+
Branch-SDK: 915b99a365345265d3438746b67177c449b80da4
5252
React: 35e039680feacd0563677d49ba410112d2748559
5353
react-native-branch: 09507709be9c6b1c55376890bf1ce54017eb690d
5454
Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea

examples/testbed_native_ios/Pods/Headers/Private/react-native-branch/BranchContentMetadata+RNBranch.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Headers/Public/react-native-branch/BranchContentMetadata+RNBranch.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Local Podspecs/Branch-SDK.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1622 additions & 1614 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/webview_example_native_ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Branch-SDK (0.21.13):
3-
- Branch-SDK/Core (= 0.21.13)
4-
- Branch-SDK/Core (0.21.13)
2+
- Branch-SDK (0.21.14):
3+
- Branch-SDK/Core (= 0.21.14)
4+
- Branch-SDK/Core (0.21.14)
55
- Cartography (2.0.0)
66
- React (0.42.3):
77
- React/Core (= 0.42.3)
@@ -50,7 +50,7 @@ EXTERNAL SOURCES:
5050
:path: node_modules/react-native/ReactCommon/yoga
5151

5252
SPEC CHECKSUMS:
53-
Branch-SDK: 99b18e6b19e11f6db551619e302fca3171cf326c
53+
Branch-SDK: 915b99a365345265d3438746b67177c449b80da4
5454
Cartography: d295eb25ab54bb57eecd8c2f04e9648c850f1281
5555
React: 35e039680feacd0563677d49ba410112d2748559
5656
react-native-branch: 09507709be9c6b1c55376890bf1ce54017eb690d

examples/webview_example_native_ios/Pods/Local Podspecs/Branch-SDK.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)