diff --git a/ChangeLog.md b/ChangeLog.md index 5411ebfbe..2d441dfa0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 7cd86858e..97393f62c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' }