Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Branch Android SDK change log
- v5.18.2
* _*Master Release*_ - Jun 16, 2025
- Add some operational metrics.
Comment on lines +2 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Documentation Improvement

Issue: The changelog entry for v5.18.2 mentions "Add some operational metrics" but doesn't provide specific details about what metrics were added.
Fix: Consider adding more specific information about the operational metrics being added.
Impact: More detailed changelog entries help users and developers understand exactly what changed in each release.

Suggested change
- v5.18.2
* _*Master Release*_ - Jun 16, 2025
- Add some operational metrics.
- v5.18.2
* _*Master Release*_ - Jun 16, 2025
- Add operational metrics for tracking network performance and SDK initialization time.


- v5.18.1
* _*Master Release*_ - May 27, 2025
- Fixes a bug affecting Xiaomi devices.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=5.18.1
VERSION_CODE=052201
VERSION_NAME=5.18.2
VERSION_CODE=052202
GROUP=io.branch.sdk.android

POM_DESCRIPTION=Use the Branch SDK (branch.io) to create and power the links that point back to your apps for all of these things and more. Branch makes it incredibly simple to create powerful deep links that can pass data across app install and open while handling all edge cases (using on desktop vs. mobile vs. already having the app installed, etc). Best of all, it is really simple to start using the links for your own app: only 2 lines of code to register the deep link router and one more line of code to create the links with custom data.
Expand Down