Skip to content

Commit f723ac8

Browse files
committed
[Fastlane] Branch native SDK update: 2.14.3 (Android), 0.21.16 (iOS)
1 parent e8f8992 commit f723ac8

File tree

30 files changed

+154
-148
lines changed

30 files changed

+154
-148
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GEM
1212
ast (2.3.0)
1313
babosa (1.0.2)
1414
backports (3.10.3)
15-
branch_io_cli (0.12.4)
15+
branch_io_cli (0.12.6)
1616
CFPropertyList
1717
cocoapods-core
1818
commander
@@ -70,16 +70,16 @@ GEM
7070
escape (0.0.4)
7171
ethon (0.11.0)
7272
ffi (>= 1.3.0)
73-
excon (0.59.0)
73+
excon (0.60.0)
7474
faraday (0.13.1)
7575
multipart-post (>= 1.2, < 3)
7676
faraday-cookie_jar (0.0.6)
7777
faraday (>= 0.7.4)
7878
http-cookie (~> 1.0.0)
7979
faraday_middleware (0.12.2)
8080
faraday (>= 0.7.4, < 1.0)
81-
fastimage (2.1.0)
82-
fastlane (2.69.0)
81+
fastimage (2.1.1)
82+
fastlane (2.70.2)
8383
CFPropertyList (>= 2.3, < 3.0.0)
8484
addressable (>= 2.3, < 3.0.0)
8585
babosa (>= 1.0.2, < 2.0.0)
@@ -174,7 +174,7 @@ GEM
174174
net-http-pipeline (1.0.1)
175175
netrc (0.11.0)
176176
os (0.9.6)
177-
parallel (1.12.0)
177+
parallel (1.12.1)
178178
parser (2.4.0.2)
179179
ast (~> 2.3)
180180
pattern_patch (0.5.4)
@@ -234,7 +234,7 @@ GEM
234234
unicode-display_width (1.3.0)
235235
websocket (1.2.5)
236236
word_wrap (1.0.0)
237-
xcodeproj (1.5.3)
237+
xcodeproj (1.5.4)
238238
CFPropertyList (~> 2.3.3)
239239
claide (>= 1.0.2, < 2.0)
240240
colored2 (~> 3.1)

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.2.jar') // From node_modules
22+
compile files('libs/Branch-2.14.3.jar') // From node_modules
2323
}

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.14):
3-
- Branch-SDK/Core (= 0.21.14)
4-
- Branch-SDK/Core (0.21.14)
2+
- Branch-SDK (0.21.16):
3+
- Branch-SDK/Core (= 0.21.16)
4+
- Branch-SDK/Core (0.21.16)
55
- React (0.42.3):
66
- React/Core (= 0.42.3)
77
- react-native-branch (2.2.2):
@@ -48,7 +48,7 @@ EXTERNAL SOURCES:
4848
:path: node_modules/react-native/ReactCommon/yoga
4949

5050
SPEC CHECKSUMS:
51-
Branch-SDK: 915b99a365345265d3438746b67177c449b80da4
51+
Branch-SDK: 120a0adc84d3f10f5ccfa1cb70afa672a8f04ec0
5252
React: 35e039680feacd0563677d49ba410112d2748559
5353
react-native-branch: 360e84b656bc1b10b8d7335bece3d8d22fca8723
5454
Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea

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/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.14):
3-
- Branch-SDK/Core (= 0.21.14)
4-
- Branch-SDK/Core (0.21.14)
2+
- Branch-SDK (0.21.16):
3+
- Branch-SDK/Core (= 0.21.16)
4+
- Branch-SDK/Core (0.21.16)
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: 915b99a365345265d3438746b67177c449b80da4
53+
Branch-SDK: 120a0adc84d3f10f5ccfa1cb70afa672a8f04ec0
5454
Cartography: d295eb25ab54bb57eecd8c2f04e9648c850f1281
5555
React: 35e039680feacd0563677d49ba410112d2748559
5656
react-native-branch: 360e84b656bc1b10b8d7335bece3d8d22fca8723

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.

examples/webview_example_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/webview_example_native_ios/Pods/Target Support Files/Branch-SDK/Info.plist

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

0 commit comments

Comments
 (0)