-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v1.3.0 package updates #38
base: main
Are you sure you want to change the base?
Conversation
6d25387
to
efd98b4
Compare
@@ -158,7 +158,7 @@ public okhttp3.Call beginLiveActivityCall(String appId, String activityId, Begin | |||
Map<String, Object> localVarFormParams = new HashMap<String, Object>(); | |||
|
|||
// Adds client sdk version header | |||
localVarHeaderParams.put("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-java, version=1.2.2"); | |||
localVarHeaderParams.put("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-java, version=2.1.0"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the change to use 1.3.0 as the release version, we just have to note that 2.1.0 java is 1.3.0, or change this here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also if it looks ok, I updated the PR title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this change because it's not user-impacting. Are you saying that we should either change this back or just internally note what it maps to?
One Line Summary
Syncs repo with API v1.3.0 changes. Includes the following:
deleteUserCall
https://api.onesignal.com/