Skip to content

Commit 0ff8e75

Browse files
[SDK-2174] Updated iOS SDK version to 3.0.0 and Android to 5.7.5 (#722)
* Updated versions * Updates
1 parent c04e2af commit 0ff8e75

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.0.0 Dec 1, 2023
2+
* Update Android SDK to 5.7.5
3+
* Update iOS SDK to 3.0.1
4+
15
5.2.1 Jan 4, 2023
26
* Fix Javascript method setLogging to enable logging in the native layer.
37
* Update Android SDK to 5.2.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
44
"main": "src/index.js",
5-
"version": "5.2.1",
5+
"version": "6.0.0",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SOFTWARE.
6363
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
6464

6565
<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
66-
<framework src="io.branch.sdk.android:library:5.7.0"/>
66+
<framework src="io.branch.sdk.android:library:5.7.5"/>
6767
</platform>
6868

6969
<!-- iOS -->
@@ -87,7 +87,7 @@ SOFTWARE.
8787
<source url="https://cdn.cocoapods.org/"/>
8888
</config>
8989
<pods>
90-
<pod name="BranchSDK" spec="~> 2.2.0" />
90+
<pod name="BranchSDK" spec="~> 3.0.1" />
9191
</pods>
9292
</podspec>
9393
</platform>

0 commit comments

Comments
 (0)