From 5399a62f92878ea5940f58d4c8a737e58973f834 Mon Sep 17 00:00:00 2001 From: bklastaitis-branch <55415902+bklastaitis-branch@users.noreply.github.com> Date: Wed, 4 Aug 2021 14:56:30 -0700 Subject: [PATCH] Release 5.0.10 that collects initial_referrer (#924) --- ChangeLog.md | 4 ++++ gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e148fc0f0..ad406dfcf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ # Branch Android SDK change log +- v5.0.10 + * _*Master Release*_ - Aug 4, 2021 + * Collect initial_referrer + - v5.0.9 * _*Master Release*_ - April 29, 2021 * Avoid potential NPE diff --git a/gradle.properties b/gradle.properties index 364fac7e5..76474cb0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=5.0.9 -VERSION_CODE=050009 +VERSION_NAME=5.0.10 +VERSION_CODE=050010 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.