Skip to content

Commit b86c150

Browse files
committed
Update Android SDK to 5.0.3
1 parent 28daa71 commit b86c150

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

ChangeLog.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
2020-07-23 Version 5.0.0-rc.1
1+
2020-08-27 Version 5.0.0
2+
- Requires react-native >= 0.60
3+
- This release includes Branch native SDKs Android 5.0.3 and iOS 0.35.0.
4+
5+
2020-07-23 Version 5.0.0-rc.1
26
- Requires react-native >= 0.60
37
- This release includes Branch native SDKs Android 5.0.1 and iOS 0.34.0.
48
- The `onOpenStart` function is now called for Universal Links on iOS when
@@ -10,7 +14,7 @@
1014
- Add support for an `alias` property in Branch v2 events (also known as
1115
Customer Event Alias).
1216

13-
2020-04-10 Version 5.0.0-beta.1
17+
2020-04-10 Version 5.0.0-beta.1
1418
- For use with react-native >= 0.60
1519
- This release includes Branch native SDKs Android 5.0.0 and iOS 0.32.0.
1620
- The `branch.subscribe` callback now passes a third named parameter, `uri`,
@@ -71,11 +75,11 @@
7175
}
7276
```
7377

74-
2020-04-10 Version 3.2.1
78+
2020-04-10 Version 3.2.1
7579
- For use with react-native < 0.60
7680
- This release includes Branch native SDKs Android 5.0.0 and iOS 0.32.0.
7781

78-
2020-03-11 Version 4.4.0
82+
2020-03-11 Version 4.4.0
7983
- For use with react-native >= 0.60
8084
- This release includes Branch native SDKs Android 4.3.2 and iOS 0.31.3.
8185
- Introduced an enableFacebookLinkCheck Boolean parameter in branch.json.
@@ -84,7 +88,7 @@
8488
Advanced users: You can still call these methods in native code as before
8589
if your use case dictates.
8690

87-
2020-03-11 Version 3.2.0
91+
2020-03-11 Version 3.2.0
8892
- For use with react-native < 0.60
8993
- This release includes Branch native SDKs Android 4.3.2 and iOS 0.31.3.
9094
- Fixed a crash due to NPE on Android experienced by some users. Now an error should be properly reported.
@@ -94,20 +98,20 @@
9498
Advanced users: You can still call these methods in native code as before
9599
if your use case dictates.
96100

97-
2020-02-27 Version 3.1.2
101+
2020-02-27 Version 3.1.2
98102
- This release, for React Native < 0.60, updates native SDK support to Android 4.3.2 and iOS 0.31.3.
99103

100-
2020-02-13 Version 4.3.0
104+
2020-02-13 Version 4.3.0
101105
- Requires RN >= 0.60
102106
- Uses native Branch SDKs 4.3.2 (Android), 0.31.x (iOS).
103107
- SDK-802 accept PR to expose setMetadata at the JS layer
104108
- SDK-714 add plugin identifier
105109
- Addresses several github issues.
106110

107-
2019-09-30 Version 4.2.1
111+
2019-09-30 Version 4.2.1
108112
- Missed version update in iOS RNBranch.m
109113

110-
2019-09-27 Version 4.2.0
114+
2019-09-27 Version 4.2.0
111115
- Update Android Branch SDK to 4.1.0
112116
- Update iOS Branch SDK to 0.29.0
113117
- Expose Android reInit session for foreground links

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ android {
3333
dependencies {
3434
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
3535
implementation 'com.facebook.react:react-native:+' // From node_modules
36-
api 'io.branch.sdk.android:library:5.0.1'
36+
api 'io.branch.sdk.android:library:5.0.3'
3737
}

0 commit comments

Comments
 (0)