Skip to content

Commit 39e6198

Browse files
committed
CORE-2223 correct android version.
1 parent 3808738 commit 39e6198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Update iOS SDK to 1.39.4
33
- Adds support to check the pasteboard for deferred deeplink data. Add `checkPasteboardOnInstall` to `branch.json`. The feature is optional and disabled by default.
44

5-
- Update Android SDK to 5.0.10
5+
- Update Android SDK to 5.0.9
66

77
2021-04-29 Version 5.0.3
88
- Update Android SDK to 5.0.8

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.10'
36+
api 'io.branch.sdk.android:library:5.0.9'
3737
}

0 commit comments

Comments
 (0)