Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed May 22, 2020
1 parent 6ec1bf8 commit 332d353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0-preview1'
def VERSION = '1.0.0-preview2'
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 @@ -160,7 +160,7 @@ public void onCallFailed(Exception e) {
*/
private String getUserAgent() {
String userAgent = String.format("NOTIFICATIONHUBS/%s (api-origin=%s; os=%s; os_version=%s;)",
"2015-01", "AndroidSdkV1FcmV1.0.0-preview1", "Android", Build.VERSION.RELEASE);
"2015-01", "AndroidSdkV1FcmV1.0.0-preview2", "Android", Build.VERSION.RELEASE);

return userAgent;
}
Expand Down

0 comments on commit 332d353

Please sign in to comment.