File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ 6.0.0 Dec 1, 2023
2
+ * Update Android SDK to 5.7.5
3
+ * Update iOS SDK to 3.0.1
4
+
1
5
5.2.1 Jan 4, 2023
2
6
* Fix Javascript method setLogging to enable logging in the native layer.
3
7
* Update Android SDK to 5.2.7
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.1 " ,
5
+ "version" : " 6.0.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 @@ -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.7.0 " />
66
+ <framework src =" io.branch.sdk.android:library:5.7.5 " />
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 =" BranchSDK" spec =" ~> 2.2.0 " />
90
+ <pod name =" BranchSDK" spec =" ~> 3.0.1 " />
91
91
</pods >
92
92
</podspec >
93
93
</platform >
You can’t perform that action at this time.
0 commit comments