Skip to content

Commit

Permalink
Prepare Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwinter committed Jun 23, 2018
1 parent 789274c commit 4b797f9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Change Log
==========

Version 1.1.0 *(2015-07-05)*
Version 1.1.5 *(2018-06-23)*
----------------------------
* Fix: Last update time wasn't saved which results in too many updates
* New: Bi-weekly updates in UpdatePolicy
* Improved error handling on error while reading json file

Version 1.1.4 *(2018-05-17)*
----------------------------
* Improved error handling on missing/erroneous json file

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

Version 1.1.4 *(2018-05-17)*
Version 1.1.0 *(2015-07-05)*
----------------------------
* Improved error handling on missing/erroneous json file
* Fix: Last update time wasn't saved which results in too many updates
* New: Bi-weekly updates in UpdatePolicy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Google GCM/Amazon SNS alternative using pull instead of push.
## Download
Gradle:
```groovy
implementation ('com.github.kaiwinter:android-remote-notifications:1.1.4@aar') {
implementation ('com.github.kaiwinter:android-remote-notifications:1.1.5@aar') {
transitive = true
}
```
Expand Down
2 changes: 1 addition & 1 deletion android-remote-notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 26
versionCode 3
versionCode 4
versionName version
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion android-remote-notifications/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.1.5-SNAPSHOT
version=1.1.5
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "com.github.kaiwinter.androidnotificationlib.example"
minSdkVersion 9
targetSdkVersion 26
versionCode 3
versionCode 4
versionName "1.0"
}

Expand Down

0 comments on commit 4b797f9

Please sign in to comment.