Skip to content

Commit 7ae15a7

Browse files
committed
Prepare Release 1.1.4
1 parent 0cef46e commit 7ae15a7

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Change Log
33

44
Version 1.1.0 *(2015-07-05)*
55
----------------------------
6-
76
* Fix: Last update time wasn't saved which results in too many updates
87
* New: Bi-weekly updates in UpdatePolicy
98

109
Version 1.1.3 *(2018-05-05)*
1110
----------------------------
11+
* Switched from jackson to gson. This reduces the method count by ~4500 methods.
1212

13-
* Switched from jackson to gson. This reduces the method count by ~4500 methods.
13+
Version 1.1.4 *(2018-05-17)*
14+
----------------------------
15+
* Improved error handling on missing/erroneous json file

android-remote-notifications/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
defaultConfig {
77
minSdkVersion 9
88
targetSdkVersion 26
9-
versionCode 2
9+
versionCode 3
1010
versionName version
1111
}
1212
buildTypes {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.1.4-SNAPSHOT
1+
version=1.1.4

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
applicationId "com.github.kaiwinter.androidnotificationlib.example"
99
minSdkVersion 9
1010
targetSdkVersion 26
11-
versionCode 2
11+
versionCode 3
1212
versionName "1.0"
1313
}
1414

0 commit comments

Comments
 (0)