File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-advanced-http" ,
3
- "version" : " 1.9.1 " ,
3
+ "version" : " 1.10.0 " ,
4
4
"description" : " Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning" ,
5
5
"scripts" : {
6
6
"testandroid" : " ./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
- <plugin xmlns =" http://www.phonegap.com/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-advanced-http" version =" 1.9.1 " >
2
+ <plugin xmlns =" http://www.phonegap.com/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-advanced-http" version =" 1.10.0 " >
3
3
<name >Advanced HTTP plugin</name >
4
4
<description >
5
5
Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning
68
68
<source-file src =" src/android/com/synconset/cordovahttp/CordovaHttpPatch.java" target-dir =" src/com/synconset/cordovahttp" />
69
69
<source-file src =" src/android/com/synconset/cordovahttp/CordovaHttpUpload.java" target-dir =" src/com/synconset/cordovahttp" />
70
70
</platform >
71
- </plugin >
71
+ </plugin >
You can’t perform that action at this time.
0 commit comments