Skip to content

Commit

Permalink
Fix UserAgent version
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed Aug 7, 2020
1 parent f5e1289 commit 11473a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void onErrorResponse(VolleyError error) {
*/
private static String getUserAgent() {
String userAgent = String.format("NOTIFICATIONHUBS/%s (api-origin=%s; os=%s; os_version=%s;)",
API_VERSION, "AndroidSdkV1FcmV1.0.0", "Android", Build.VERSION.RELEASE);
API_VERSION, "AndroidSdkV1FcmV1.0.1", "Android", Build.VERSION.RELEASE);

return userAgent;
}
Expand Down

0 comments on commit 11473a9

Please sign in to comment.