Commit 049599e
committed
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
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
2 | 12 | | |
3 | 13 | | |
4 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments