@capacitor/android 6.1.0 → 6.1.1-dev-20240614T165743.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/capacitor/src/main/java/com/getcapacitor/plugin/util/CapacitorHttpUrlConnection.java
CHANGED
|
@@ -284,7 +284,6 @@ public class CapacitorHttpUrlConnection implements ICapacitorHttpUrlConnection {
|
|
|
284
284
|
os.writeBytes(twoHyphens + boundary + lineEnd);
|
|
285
285
|
os.writeBytes("Content-Disposition: form-data; name=\"" + key + "\"; filename=\"" + fileName + "\"" + lineEnd);
|
|
286
286
|
os.writeBytes("Content-Type: " + fileContentType + lineEnd);
|
|
287
|
-
os.writeBytes("Content-Transfer-Encoding: binary" + lineEnd);
|
|
288
287
|
os.writeBytes(lineEnd);
|
|
289
288
|
|
|
290
289
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/android",
|
|
3
|
-
"version": "6.1.0",
|
|
3
|
+
"version": "6.1.1-dev-20240614T165743.0",
|
|
4
4
|
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
|
|
5
5
|
"homepage": "https://capacitorjs.com",
|
|
6
6
|
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@capacitor/core": "^6.1.0"
|
|
26
|
+
"@capacitor/core": "^6.1.0-dev-20240614T165743.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|