Skip to content

Commit f01b2c4

Browse files
up release version and add release notes
1 parent c2b7bd7 commit f01b2c4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Adobe Branch SDK Extension change log
2+
- v1.2.1
3+
* _*Master Release*_ - February 21, 2020
4+
* Fix session initialization from recent apps list
5+
* Fix intra-app linking from NonLauncherActivities when reInitSession is used
6+
27
- v1.2.0
3-
* _*Master Release*_ - November 19, 2019
8+
* _*Master Release*_ - February 18, 2020
49
* Minor: delay session initialization to allow enough time to collect Adobe IDs
510
* Clean up extension registration flow
611

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ org.gradle.jvmargs=-Xmx1536m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
14-
VERSION_NAME=1.2.0
15-
VERSION_CODE=010200
14+
VERSION_NAME=1.2.1
15+
VERSION_CODE=010201
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK

0 commit comments

Comments
 (0)