Skip to content

Commit 4dc585a

Browse files
committed
Incrementing version for addition of UserId methods.
1 parent 61ff671 commit 4dc585a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ _{project-root}/{your-module}/build.gradle:_
4747
4848
dependencies {
4949
// Ensure the following line is included in your app/library's "dependencies" section.
50-
implementation 'com.microsoft.azure:notification-hubs-android-sdk:v1.0.1'
50+
implementation 'com.microsoft.azure:notification-hubs-android-sdk:v1.1.0'
5151
}
5252
```
5353

notification-hubs-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33

4-
def VERSION = '1.0.1'
4+
def VERSION = '1.1.0'
55
def PUBLISH_ARTIFACT_ID = 'notification-hubs-android-sdk'
66
def GROUP_ID = 'com.microsoft.azure'
77

notification-hubs-sdk/src/main/java/com/microsoft/windowsazure/messaging/notificationhubs/InstallationPutRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void onErrorResponse(VolleyError error) {
136136
*/
137137
private static String getUserAgent() {
138138
String userAgent = String.format("NOTIFICATIONHUBS/%s (api-origin=%s; os=%s; os_version=%s;)",
139-
API_VERSION, "AndroidSdkV1FcmV1.0.1", "Android", Build.VERSION.RELEASE);
139+
API_VERSION, "AndroidSdkV1FcmV1.1.0", "Android", Build.VERSION.RELEASE);
140140

141141
return userAgent;
142142
}

0 commit comments

Comments
 (0)