Skip to content

Commit

Permalink
Release 10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Dec 13, 2019
1 parent b730519 commit 5220e91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Android ChangeLog

[Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration)

Version 10.1.4 - December 13, 2019
==================================
Fixes stability issues with in-app automation.

Changes
-------
- Fixes crash if specifying duplicate locale audience conditions for an In-App Automation.

Version 10.1.3 - September 16, 2019
===================================
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {

ext {
// Airship Version - major.minor.patch
airshipVersion = '10.1.3'
airshipVersion = '10.1.4'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = beta
Expand Down

0 comments on commit 5220e91

Please sign in to comment.