fix #45: does not encode arrays correctly as HTTP GET parameter on Android

This commit is contained in:
Sefa Ilkimen
2017-11-26 03:42:22 +01:00
parent 55ba423d2f
commit d67e80dfe0
4 changed files with 47 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "1.9.0",
"version": "1.9.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"testandroid": "./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator",