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+
155.2.1 Jan 4, 2023
26* Fix Javascript method setLogging to enable logging in the native layer.
37* Update Android SDK to 5.2.7
Original file line number Diff line number Diff line change 22 "name" : " branch-cordova-sdk" ,
33 "description" : " Branch Metrics Cordova SDK" ,
44 "main" : " src/index.js" ,
5- "version" : " 5.2.1 " ,
5+ "version" : " 6.0.0 " ,
66 "homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ SOFTWARE.
6363 <!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
6464
6565 <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 " />
6767 </platform >
6868
6969 <!-- iOS -->
@@ -87,7 +87,7 @@ SOFTWARE.
8787 <source url =" https://cdn.cocoapods.org/" />
8888 </config >
8989 <pods >
90- <pod name =" BranchSDK" spec =" ~> 2.2.0 " />
90+ <pod name =" BranchSDK" spec =" ~> 3.0.1 " />
9191 </pods >
9292 </podspec >
9393 </platform >
You can’t perform that action at this time.
0 commit comments