Skip to content

Commit

Permalink
CORE-1890 update to Android SDK 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Apr 30, 2021
1 parent c3e54e2 commit afbd90f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021-04-29 Version 5.0.3
- Update Android SDK to 5.0.8

2021-04-16 Version 5.0.2
- Requires react-native >= 0.60

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.7'
api 'io.branch.sdk.android:library:5.0.8'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "5.0.2",
"version": "5.0.3",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit afbd90f

Please sign in to comment.