Skip to content

Commit eb33881

Browse files
Updated Native SDK versions and added ios deployment target (#730)
1 parent 3bcb05e commit eb33881

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.2.0 May 28, 2024
2+
* Update Android SDK to 5.12.0
3+
* Update iOS SDK to 3.4.3
4+
* Updated iOS deployment target to 12.0
15

26
6.1.0 Feb 28, 2024
37
* Update Android SDK to 5.9.0

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": "6.1.0",
5+
"version": "6.2.0",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",

plugin.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="6.1.0">
27+
version="6.2.0">
2828

2929
<!-- Description -->
3030
<name>branch-cordova-sdk</name>
@@ -63,14 +63,15 @@ 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.9.0"/>
66+
<framework src="io.branch.sdk.android:library:5.12.0"/>
6767
</platform>
6868

6969
<!-- iOS -->
7070
<platform name="ios">
7171
<plugins-plist key="BranchSDK" string="BranchSDK" />
7272

7373
<config-file target="config.xml" parent="/*">
74+
<preference name="deployment-target" value="12.0" />
7475
<feature name="BranchSDK">
7576
<param name="ios-package" value="BranchSDK" />
7677
<param name="onload" value="true" />
@@ -87,7 +88,7 @@ SOFTWARE.
8788
<source url="https://cdn.cocoapods.org/"/>
8889
</config>
8990
<pods>
90-
<pod name="BranchSDK" spec="~> 3.2.0" />
91+
<pod name="BranchSDK" spec="~> 3.4.3" />
9192
</pods>
9293
</podspec>
9394
</platform>

0 commit comments

Comments
 (0)