File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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" : " 5.2.0 " ,
5
+ "version" : " 5.2.1 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
24
24
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
25
25
xmlns : android =" http://schemas.android.com/apk/res/android"
26
26
id =" branch-cordova-sdk"
27
- version =" 5.1.0 " >
27
+ version =" 5.2.1 " >
28
28
29
29
<!-- Description -->
30
30
<name >branch-cordova-sdk</name >
@@ -63,7 +63,7 @@ SOFTWARE.
63
63
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
64
64
65
65
<source-file src =" src/android/io/branch/BranchSDK.java" target-dir =" src/io/branch" />
66
- <framework src =" io.branch.sdk.android:library:5.2.0 " />
66
+ <framework src =" io.branch.sdk.android:library:5.2.7 " />
67
67
</platform >
68
68
69
69
<!-- iOS -->
@@ -87,7 +87,7 @@ SOFTWARE.
87
87
<source url =" https://cdn.cocoapods.org/" />
88
88
</config >
89
89
<pods >
90
- <pod name =" Branch" spec =" ~> 1.43 .1" />
90
+ <pod name =" Branch" spec =" ~> 1.45 .1" />
91
91
</pods >
92
92
</podspec >
93
93
</platform >
You can’t perform that action at this time.
0 commit comments