Skip to content

Commit f88cd25

Browse files
up version code and name, add release notes (#897)
1 parent 4bc77d8 commit f88cd25

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Branch Android SDK change log
2+
- v5.0.6
3+
* _*Master Release*_ - February 26, 2020
4+
* Add INITIATE_STREAM and COMPLETE_STREAM standard events
5+
* Fix getSdkVersionNumber() API
6+
27
- v5.0.5
3-
* _*Master Release*_ - January 21, 2020
8+
* _*Master Release*_ - February 17, 2020
49
* Add API to pass hashed partner parameters (Facebook integration)
510
* Fix bugs in the networking pipeline of CPID and LATD requests
611
* Fix bug preventing callback invocation when url creation request times out

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.0.5
2-
VERSION_CODE=050005
1+
VERSION_NAME=5.0.6
2+
VERSION_CODE=050006
33
GROUP=io.branch.sdk.android
44

55
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.

0 commit comments

Comments
 (0)