File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " branch-cordova-sdk" ,
3
3
"description" : " Branch Metrics Cordova SDK" ,
4
4
"main" : " src/index.js" ,
5
- "version" : " 4.0.0 " ,
5
+ "version" : " 4.0.1 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
17
17
],
18
18
"license" : " MIT" ,
19
19
"engines" : [
20
- {
20
+ {
21
21
"name" : " cordova" ,
22
22
"version" : " >=9.0.0"
23
23
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ SOFTWARE.
36
36
37
37
<!-- Dependencies -->
38
38
<engines >
39
- <engine name =" cordova" version =" >=3.5 .0" />
39
+ <engine name =" cordova" version =" >=9.0 .0" />
40
40
</engines >
41
41
42
42
<!-- Hooks -->
@@ -62,7 +62,7 @@ SOFTWARE.
62
62
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
63
63
64
64
<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" />
66
66
</platform >
67
67
68
68
<!-- iOS -->
@@ -86,7 +86,7 @@ SOFTWARE.
86
86
<source url =" https://github.com/CocoaPods/Specs.git" />
87
87
</config >
88
88
<pods use-frameworks =" true" >
89
- <pod name =" Branch" spec =" ~> 0.29.0 " />
89
+ <pod name =" Branch" spec =" ~> 0.31.3 " />
90
90
</pods >
91
91
</podspec >
92
92
</platform >
You can’t perform that action at this time.
0 commit comments