Skip to content

Commit

Permalink
Update Android SDK to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Aug 27, 2020
1 parent 28daa71 commit b86c150
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2020-07-23 Version 5.0.0-rc.1
2020-08-27 Version 5.0.0
- Requires react-native >= 0.60
- This release includes Branch native SDKs Android 5.0.3 and iOS 0.35.0.

2020-07-23 Version 5.0.0-rc.1
- Requires react-native >= 0.60
- This release includes Branch native SDKs Android 5.0.1 and iOS 0.34.0.
- The `onOpenStart` function is now called for Universal Links on iOS when
Expand All @@ -10,7 +14,7 @@
- Add support for an `alias` property in Branch v2 events (also known as
Customer Event Alias).

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

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

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

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

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

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

2019-09-30 Version 4.2.1
2019-09-30 Version 4.2.1
- Missed version update in iOS RNBranch.m

2019-09-27 Version 4.2.0
2019-09-27 Version 4.2.0
- Update Android Branch SDK to 4.1.0
- Update iOS Branch SDK to 0.29.0
- Expose Android reInit session for foreground links
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ android {
dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'com.facebook.react:react-native:+' // From node_modules
api 'io.branch.sdk.android:library:5.0.1'
api 'io.branch.sdk.android:library:5.0.3'
}

0 comments on commit b86c150

Please sign in to comment.