Skip to content

Commit 60d7f81

Browse files
committed
604, 605 - Update Android, iOS sdk versions to address build issues
1 parent 6c24393 commit 60d7f81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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": "4.0.0",
5+
"version": "4.0.1",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",
@@ -17,7 +17,7 @@
1717
],
1818
"license": "MIT",
1919
"engines": [
20-
{
20+
{
2121
"name": "cordova",
2222
"version": ">=9.0.0"
2323
}

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SOFTWARE.
3636

3737
<!-- Dependencies -->
3838
<engines>
39-
<engine name="cordova" version=">=3.5.0" />
39+
<engine name="cordova" version=">=9.0.0" />
4040
</engines>
4141

4242
<!-- Hooks -->
@@ -62,7 +62,7 @@ SOFTWARE.
6262
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
6363

6464
<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
65-
<framework src="io.branch.sdk.android:library:4.1.1"/>
65+
<framework src="io.branch.sdk.android:library:4.2.1"/>
6666
</platform>
6767

6868
<!-- iOS -->
@@ -86,7 +86,7 @@ SOFTWARE.
8686
<source url="https://github.com/CocoaPods/Specs.git"/>
8787
</config>
8888
<pods use-frameworks="true">
89-
<pod name="Branch" spec="~> 0.29.0" />
89+
<pod name="Branch" spec="~> 0.31.3" />
9090
</pods>
9191
</podspec>
9292
</platform>

0 commit comments

Comments
 (0)