Skip to content

Commit 7d65f26

Browse files
committed
Create release 4.10.0
1 parent 07a2903 commit 7d65f26

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
Version 4.10.0 (July 8, 2021)
5+
============================
6+
* [New](https://github.com/segmentio/analytics-android/pull/769): Add referrer property when tracking Deep Link Opened
7+
48
Version 4.9.4 (May 3, 2021)
59
============================
610
* [Fix](https://github.com/segmentio/analytics-android/pull/761): Map product_id for a Product

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=com.segment.analytics.android
22

3-
VERSION_CODE=495
4-
VERSION_NAME=4.9.5
3+
VERSION_CODE=4100
4+
VERSION_NAME=4.10.0
55

66
POM_NAME=Segment for Android
77
POM_DESCRIPTION=The hassle-free way to add analytics to your Android app.
@@ -21,4 +21,4 @@ POM_DEVELOPER_NAME=Segment, Inc.
2121
org.gradle.jvmargs=-Xmx1536m
2222

2323
android.useAndroidX=true
24-
android.enableJetifier=true
24+
android.enableJetifier=true

0 commit comments

Comments
 (0)