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 @@ -3,11 +3,13 @@ Change Log
33
44Version 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
109Version 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
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 2
9+ versionCode 3
1010 versionName version
1111 }
1212 buildTypes {
Original file line number Diff line number Diff line change 1- version =1.1.4-SNAPSHOT
1+ version =1.1.4
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 2
11+ versionCode 3
1212 versionName " 1.0"
1313 }
1414
You can’t perform that action at this time.
0 commit comments