Skip to content

Commit 27fab14

Browse files
Release 5.2.0
- v5.2.0 * _*Master Release*_ - Jun 15, 2022 * Added methods to generate Branch QR codes. New methods: - getQRCodeAsData - getQRCodeAsImage() Utility methods: - setCodeColor() - setBackgroundColor() - setCenterLogo() - setWidth() - setMargin() - setImageFormat() * Added support for additional store referrer APIs. No code needed other than to import the store's referrer API artifact into your app. New app stores: - Huawei App Gallery - Samsung Galaxy Store* - Xiaomi GetApps* * Contact your Samsung or Xiaomi representative for assistance with obtaining their store referrer API artifact. * Upgraded Google Install Referrer API * Updated Android minimum SDK to 21 * Replaced JCenter with mavenCentral in `allprojects.repositories`
1 parent f509324 commit 27fab14

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

ChangeLog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# Branch Android SDK change log
2+
- v5.2.0
3+
* _*Master Release*_ - Jun 15, 2022
4+
* Added methods to generate Branch QR codes.
5+
New methods:
6+
- getQRCodeAsData
7+
- getQRCodeAsImage()
8+
Utility methods:
9+
- setCodeColor()
10+
- setBackgroundColor()
11+
- setCenterLogo()
12+
- setWidth()
13+
- setMargin()
14+
- setImageFormat()
15+
* Added support for additional store referrer APIs. No code needed other than to import the store's referrer API artifact into your app.
16+
New app stores:
17+
- Huawei App Gallery
18+
- Samsung Galaxy Store*
19+
- Xiaomi GetApps*
20+
* Contact your Samsung or Xiaomi representative for assistance with obtaining their store referrer API artifact.
21+
* Upgraded Google Install Referrer API
22+
* Updated Android minimum SDK to 21
23+
* Replaced JCenter with mavenCentral in `allprojects.repositories`
24+
225
- v5.1.5
326
* _*Master Release*_ - Jun 1, 2022
427
* Fixes an issue with previously set randomly generated id values being skipped over in favor of newer values. Now old values, if they exist, are sent up without.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.1.6
2-
VERSION_CODE=050106
1+
VERSION_NAME=5.2.0
2+
VERSION_CODE=050200
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)