Skip to content

Commit

Permalink
Advancing version number to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed Oct 13, 2020
1 parent 834bb61 commit b3f8f3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _{project-root}/{your-module}/build.gradle:_
dependencies {
// Ensure the following line is included in your app/library's "dependencies" section.
implementation 'com.microsoft.azure:notification-hubs-android-sdk:1.1.1'
implementation 'com.microsoft.azure:notification-hubs-android-sdk:1.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion notification-hubs-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

def VERSION = '1.1.1'
def VERSION = '1.1.2'
def PUBLISH_ARTIFACT_ID = 'notification-hubs-android-sdk'
def GROUP_ID = 'com.microsoft.azure'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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.1.1", "Android", Build.VERSION.RELEASE);
API_VERSION, "AndroidSdkV1FcmV1.1.2", "Android", Build.VERSION.RELEASE);

return userAgent;
}
Expand Down

0 comments on commit b3f8f3f

Please sign in to comment.