Skip to content

Commit 049599e

Browse files
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` - `"enableLogging": true`
1 parent ec922d3 commit 049599e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Branch Android SDK change log
2+
- v5.3.0
3+
* _*Master Release*_ - Mar 3, 2023
4+
* New feature for plugin SDK developers to defer native Branch Android SDK until plugin notifies when ready
5+
- To enable, enter this key value pair in your `branch.json` file inside of your `/src/main/assets/`
6+
- `"deferInitForPluginRuntime": true`
7+
- This feature is opt in only for now.
8+
- Requires plugin SDK to implement notification to native modules.
9+
* Fixes `enableLogging` feature if set in `branch.json`
10+
- `"enableLogging": true`
11+
212
- v5.2.7
313
* _*Master Release*_ - Dec 7, 2022
414
* Fixes a bug with setIdentity not consistently calling v1/profile

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.2.7
2-
VERSION_CODE=050207
1+
VERSION_NAME=5.3.0
2+
VERSION_CODE=050300
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)