Skip to content

Commit afbb3bb

Browse files
committed
prepare for 2.1.4
1 parent 2ddd07c commit afbb3bb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [2.1.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.4)
19+
_Released on 2017-02-23_
20+
21+
#### Fixed
22+
- fixed uploaded pom file
23+
1824
## [2.1.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.3)
1925
_Released on 2017-02-22_
2026

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
4141
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
4242

43-
libraryVersion = '2.1.3'
43+
libraryVersion = '2.1.4'
4444

4545
developerId = 'davidtruong'
4646
developerName = 'David Truong'

iterableapi/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
<application
55
android:label="@string/app_name"
6-
android:supportsRtl="true"
7-
android:icon="@drawable/common_google_signin_btn_icon_dark">
6+
android:supportsRtl="true">
87

98
</application>
109

0 commit comments

Comments
 (0)