Skip to content

Commit 1719334

Browse files
author
Sefa Ilkimen
committed
release v1.10.2
1 parent 8db15c6 commit 1719334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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.10.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.2">
33
<name>Advanced HTTP plugin</name>
44
<description>
55
Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning
@@ -68,6 +68,6 @@
6868
<source-file src="src/android/com/synconset/cordovahttp/CordovaHttpPut.java" target-dir="src/com/synconset/cordovahttp"/>
6969
<source-file src="src/android/com/synconset/cordovahttp/CordovaHttpPatch.java" target-dir="src/com/synconset/cordovahttp"/>
7070
<source-file src="src/android/com/synconset/cordovahttp/CordovaHttpUpload.java" target-dir="src/com/synconset/cordovahttp"/>
71-
<framework src="com.squareup.okhttp3:okhttp-urlconnection:3.9.1" />
71+
<framework src="com.squareup.okhttp3:okhttp-urlconnection:3.9.1"/>
7272
</platform>
7373
</plugin>

0 commit comments

Comments
 (0)