Skip to content

Commit 7fe7486

Browse files
Revert "Release 6.7.0"
This reverts commit 14b3cab.
1 parent 14b3cab commit 7fe7486

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

ChangeLog.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2025-05-21 Version 6.7.0
2-
- Update iOS SDK to 3.12.1
3-
- Update Android SDK to 5.18.1
4-
51
2025-03-27 Version 6.6.0
62
- Update iOS SDK to 3.10.0
73
- Update Android SDK to 5.16.1

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.16.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.6.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

react-native-branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
25-
s.dependency 'BranchSDK', '3.12.1'
25+
s.dependency 'BranchSDK', '3.10.0'
2626
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility

0 commit comments

Comments
 (0)