Skip to content

Commit 4b797f9

Browse files
committed
Prepare Release 1.1.5
1 parent 789274c commit 4b797f9

5 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
Change Log
22
==========
33

4-
Version 1.1.0 *(2015-07-05)*
4+
Version 1.1.5 *(2018-06-23)*
55
----------------------------
6-
* Fix: Last update time wasn't saved which results in too many updates
7-
* New: Bi-weekly updates in UpdatePolicy
6+
* Improved error handling on error while reading json file
7+
8+
Version 1.1.4 *(2018-05-17)*
9+
----------------------------
10+
* Improved error handling on missing/erroneous json file
811

912
Version 1.1.3 *(2018-05-05)*
1013
----------------------------
1114
* Switched from jackson to gson. This reduces the method count by ~4500 methods.
1215

13-
Version 1.1.4 *(2018-05-17)*
16+
Version 1.1.0 *(2015-07-05)*
1417
----------------------------
15-
* Improved error handling on missing/erroneous json file
18+
* Fix: Last update time wasn't saved which results in too many updates
19+
* New: Bi-weekly updates in UpdatePolicy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Google GCM/Amazon SNS alternative using pull instead of push.
1717
## Download
1818
Gradle:
1919
```groovy
20-
implementation ('com.github.kaiwinter:android-remote-notifications:1.1.4@aar') {
20+
implementation ('com.github.kaiwinter:android-remote-notifications:1.1.5@aar') {
2121
transitive = true
2222
}
2323
```

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 3
9+
versionCode 4
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.5-SNAPSHOT
1+
version=1.1.5

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 3
11+
versionCode 4
1212
versionName "1.0"
1313
}
1414

0 commit comments

Comments
 (0)