BranchMetrics / capacitor-branch-deep-links

Capacitor plugin for branch.io deep links
MIT License
33 stars 43 forks source link

chore!:Update Branch SDK dependencies #113

Closed gdeluna-branch closed 10 months ago

gdeluna-branch commented 10 months ago

Reference

SDK-1931 -- Update plugin to the new Capacitor v5 spec

Summary

Updates the Branch SDKs to versions

For iOS, the namespace changed from Branch -> BranchSDK, see https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/pull/1225/files#diff-874f33563125619a7a5cb567ebe523c59258662d69858d78d24d947b275f9c6c

For Android, 5.6.0 was built in Gradle 8 and adds a fix for a breaking R8 warning.

Test with https://www.npmjs.com/package/capacitor-branch-deep-links/v/6.0.0-alpha.3

Motivation

Capacitor is updating their core libraries, developers using Capacitor 5 will require us to update as well.

Type Of Change

Testing Instructions

cc @BranchMetrics/saas-sdk-devs for visibility.