Skip to content

Commit

Permalink
CORE-2223 correct android version.
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Aug 17, 2021
1 parent 3808738 commit 39e6198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Update iOS SDK to 1.39.4
- Adds support to check the pasteboard for deferred deeplink data. Add `checkPasteboardOnInstall` to `branch.json`. The feature is optional and disabled by default.

- Update Android SDK to 5.0.10
- Update Android SDK to 5.0.9

2021-04-29 Version 5.0.3
- Update Android SDK to 5.0.8
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.10'
api 'io.branch.sdk.android:library:5.0.9'
}

0 comments on commit 39e6198

Please sign in to comment.