Skip to content

Commit

Permalink
prepare for 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtruong committed Feb 23, 2017
1 parent 2ddd07c commit afbb3bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [2.1.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.4)
_Released on 2017-02-23_

#### Fixed
- fixed uploaded pom file

## [2.1.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.3)
_Released on 2017-02-22_

Expand Down
2 changes: 1 addition & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '2.1.3'
libraryVersion = '2.1.4'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
3 changes: 1 addition & 2 deletions iterableapi/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

<application
android:label="@string/app_name"
android:supportsRtl="true"
android:icon="@drawable/common_google_signin_btn_icon_dark">
android:supportsRtl="true">

</application>

Expand Down

0 comments on commit afbb3bb

Please sign in to comment.