Skip to content

Commit

Permalink
Updated Native SDK versions and added ios deployment target (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored May 29, 2024
1 parent 3bcb05e commit eb33881
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.2.0 May 28, 2024
* Update Android SDK to 5.12.0
* Update iOS SDK to 3.4.3
* Updated iOS deployment target to 12.0

6.1.0 Feb 28, 2024
* Update Android SDK to 5.9.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/index.js",
"version": "6.1.0",
"version": "6.2.0",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down
7 changes: 4 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="6.1.0">
version="6.2.0">

<!-- Description -->
<name>branch-cordova-sdk</name>
Expand Down Expand Up @@ -63,14 +63,15 @@ SOFTWARE.
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->

<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
<framework src="io.branch.sdk.android:library:5.9.0"/>
<framework src="io.branch.sdk.android:library:5.12.0"/>
</platform>

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

<config-file target="config.xml" parent="/*">
<preference name="deployment-target" value="12.0" />
<feature name="BranchSDK">
<param name="ios-package" value="BranchSDK" />
<param name="onload" value="true" />
Expand All @@ -87,7 +88,7 @@ SOFTWARE.
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods>
<pod name="BranchSDK" spec="~> 3.2.0" />
<pod name="BranchSDK" spec="~> 3.4.3" />
</pods>
</podspec>
</platform>
Expand Down

0 comments on commit eb33881

Please sign in to comment.