fix(android-upload): Fix some params vars to be a string #252
fix(android-upload): Fix some params vars to be a string #252VladimirAmiorkov merged 2 commits intoNativeScript:masterfrom
Conversation
Convert param to string before send to Java method Referenced in NativeScript#249
Removed missing lock files that i forget in before commit Referenced in issue 249
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Romulo Pires.
|
|
@cla-bot check |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
PR Checklist
What is the current behavior?
When the parameter payload has a type that isn't a string it throws one Java Exception about wrong type passed to method.
What is the new behavior?
Now you i convert all types in parameter value and name to string.
Fixes #249 .