File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ 6.3.0 Sep 26, 2024
2
+ * Update Android SDK to 5.12.3
3
+ * Update iOS SDK to 3.6.3
4
+
1
5
6.2.0 May 28, 2024
2
6
* Update Android SDK to 5.12.0
3
7
* Update iOS SDK to 3.4.3
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.2 .0" ,
5
+ "version" : " 6.3 .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.2 .0" >
27
+ version =" 6.3 .0" >
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.12.0 " />
66
+ <framework src =" io.branch.sdk.android:library:5.12.3 " />
67
67
</platform >
68
68
69
69
<!-- iOS -->
@@ -88,7 +88,7 @@ SOFTWARE.
88
88
<source url =" https://cdn.cocoapods.org/" />
89
89
</config >
90
90
<pods >
91
- <pod name =" BranchSDK" spec =" ~> 3.4 .3" />
91
+ <pod name =" BranchSDK" spec =" ~> 3.6 .3" />
92
92
</pods >
93
93
</podspec >
94
94
</platform >
You can’t perform that action at this time.
0 commit comments