Skip to content

Commit 96043a3

Browse files
Release 6.7.1 (#1067)
2025-05-28 Version 6.7.1 - Update Android SDK to 5.18.1
1 parent 1ffa7a8 commit 96043a3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-28 Version 6.7.1
2+
- Update Android SDK to 5.18.1
3+
14
2025-05-21 Version 6.7.0
25
- Update iOS SDK to 3.12.1
36
- Update Android SDK to 5.18.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ def safeExtGet(prop, fallback) {
4747
dependencies {
4848
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
4949
implementation 'com.facebook.react:react-native:+' // From node_modules
50-
api 'io.branch.sdk.android:library:5.18.0'
50+
api 'io.branch.sdk.android:library:5.18.1'
5151
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "6.7.0",
3+
"version": "6.7.1",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)