Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps io.branch.sdk.android:library from 5.2.7 to 5.6.2.

Release notes

Sourced from io.branch.sdk.android:library's releases.

Release 5.6.2

  • v5.6.2
    • Master Release - Jul 31, 2023
      • Removing
        • Credits end points
        • Jetifier flag
        • Firebase App Indexing
        • Long deprecated public functions setDebug enableDebugMode disableDebugMode enableSimulateInstalls disableSimulateInstalls ShareLinkBuilder (use BranchShareSheetBuilder instead)
      • Short links can now be made while tracking is disabled.
      • Google Play Billing Library is now optional. To enable, import com.android.billingclient:billing

Release 5.6.1

  • v5.6.1
    • Master Release - Jun 30, 2023
      • Revert the Kotlin version update from 1.8.22 back to 1.6.20.

Release 5.6.0

  • v5.6.0
    • Master Release - Jun 28, 2023
      • Added new method for logging a Branch Event with a callback, logEvent(Context context, final BranchLogEventCallback callback)
      • Added proguard consumer rules to prevent R8 warning on Gradle 8 builds

Release 5.5.0

  • v5.5.0
    • Master Release - Jun 14, 2023
      • Added support for easily logging Play Store transactions as Branch Events with logEventWithPurchase.
      • Updated handling of URL query parameters.
      • Updated URI skiplist.

Release 5.4.0

Release 5.3.0

  • v5.3.0
    • Master Release - Mar 3, 2023
    • New feature for plugin SDK developers to defer native Branch Android SDK until plugin notifies when ready
      • To enable, enter this key value pair in your branch.json file inside of your /src/main/assets/
      • "deferInitForPluginRuntime": true
      • This feature is opt in only for now.
      • Requires plugin SDK to implement notification to native modules.
    • Fixes enableLogging feature if set in branch.json

... (truncated)

Changelog

Sourced from io.branch.sdk.android:library's changelog.

Branch Android SDK change log

  • v5.6.2

    • Master Release - Jul 31, 2023
      • Removing
        • Credits end points
        • Jetifier flag
        • Firebase App Indexing
        • Long deprecated public functions setDebug enableDebugMode disableDebugMode enableSimulateInstalls disableSimulateInstalls ShareLinkBuilder (use BranchShareSheetBuilder instead)
      • Short links can now be made while tracking is disabled.
      • Google Play Billing Library is now optional. To enable, import com.android.billingclient:billing
  • v5.6.1

    • Master Release - Jun 30, 2023
      • Revert the Kotlin version update from 1.8.22 back to 1.6.20.
  • v5.6.0

    • Master Release - Jun 28, 2023
      • Added new method for logging a Branch Event with a callback, logEvent(Context context, final BranchLogEventCallback callback)
      • Added proguard consumer rules to prevent R8 warning on Gradle 8 builds
  • v5.5.0

    • Master Release - Jun 14, 2023
      • Added support for easily logging Play Store transactions as Branch Events with logEventWithPurchase.
      • Updated handling of URL query parameters.
      • Updated URI skiplist.
  • v5.4.0

  • v5.3.0

    • Master Release - Mar 3, 2023
    • New feature for plugin SDK developers to defer native Branch Android SDK until plugin notifies when ready
      • To enable, enter this key value pair in your branch.json file inside of your /src/main/assets/
      • "deferInitForPluginRuntime": true
      • This feature is opt in only for now.
      • Requires plugin SDK to implement notification to native modules.
    • Fixes enableLogging feature if set in branch.json
      • "enableLogging": true
  • v5.2.7

    • Master Release - Dec 7, 2022
    • Fixes a bug with setIdentity not consistently calling v1/profile

... (truncated)

Commits
  • e4ae07e Release 5.6.2 (#1095)
  • 919b360 fix:SDK-2025 -- [Android] Remove unused code (#1085)
  • 79ed736 [SDK-2040] Updated Google Play Billing library to optional and v6.0.1 (#1090)
  • f9c4b95 fix:Remove Jetifier flag (#1083)
  • 52c82fe fix:Convert GAID AsyncTask to coroutine (#1084)
  • e080980 [SDK-1689] Updated generateShortLinkSync to create short link when tracking i...
  • c89fd49 fix:Remove deprecated code (#1082)
  • 6ac55a5 chore(automation): Allow workflows to be manually run (#1080)
  • 86fca0e chore(dep):Revert annotations version and update instrumented tests gh runner...
  • e579ff3 chore(deps):SDK-1991 -- [Android] Update Play Store Test Dependency (#1069)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.branch.sdk.android:library](https://github.com/BranchMetrics/Branch-Android-SDK) from 5.2.7 to 5.6.2.
- [Release notes](https://github.com/BranchMetrics/Branch-Android-SDK/releases)
- [Changelog](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/blob/master/ChangeLog.md)
- [Commits](BranchMetrics/android-branch-deep-linking-attribution@5.2.7...5.6.2)

---
updated-dependencies:
- dependency-name: io.branch.sdk.android:library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2023

Superseded by #108.

@dependabot dependabot bot closed this Aug 9, 2023
@dependabot dependabot bot deleted the dependabot/gradle/development/io.branch.sdk.android-library-5.6.2 branch August 9, 2023 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant