File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
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
1
5
2
6
6.1.0 Feb 28, 2024
3
7
* Update Android SDK to 5.9.0
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" : " 6.1 .0" ,
5
+ "version" : " 6.2 .0" ,
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 =" 6.1 .0" >
27
+ version =" 6.2 .0" >
28
28
29
29
<!-- Description -->
30
30
<name >branch-cordova-sdk</name >
@@ -63,14 +63,15 @@ 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.9 .0" />
66
+ <framework src =" io.branch.sdk.android:library:5.12 .0" />
67
67
</platform >
68
68
69
69
<!-- iOS -->
70
70
<platform name =" ios" >
71
71
<plugins-plist key =" BranchSDK" string =" BranchSDK" />
72
72
73
73
<config-file target =" config.xml" parent =" /*" >
74
+ <preference name =" deployment-target" value =" 12.0" />
74
75
<feature name =" BranchSDK" >
75
76
<param name =" ios-package" value =" BranchSDK" />
76
77
<param name =" onload" value =" true" />
@@ -87,7 +88,7 @@ SOFTWARE.
87
88
<source url =" https://cdn.cocoapods.org/" />
88
89
</config >
89
90
<pods >
90
- <pod name =" BranchSDK" spec =" ~> 3.2.0 " />
91
+ <pod name =" BranchSDK" spec =" ~> 3.4.3 " />
91
92
</pods >
92
93
</podspec >
93
94
</platform >
You can’t perform that action at this time.
0 commit comments