File tree Expand file tree Collapse file tree
android-remote-notifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change 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
912Version 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ A Google GCM/Amazon SNS alternative using pull instead of push.
1717## Download
1818Gradle:
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```
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 1- version =1.1.5-SNAPSHOT
1+ version =1.1.5
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments