v1.2.2 - Fix network error on background, auto-retry streaming with reconnect

This commit is contained in:
admin
2026-05-19 15:50:45 +04:00
Unverified
parent 2e327317e4
commit 1026259a20
3831 changed files with 384316 additions and 39 deletions

31
node_modules/@capacitor/android/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "@capacitor/android",
"version": "8.3.4",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor/issues"
},
"files": [
"capacitor/build.gradle",
"capacitor/lint-baseline.xml",
"capacitor/lint.xml",
"capacitor/proguard-rules.pro",
"capacitor/src/main/"
],
"scripts": {
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
},
"peerDependencies": {
"@capacitor/core": "^8.3.0"
},
"publishConfig": {
"access": "public"
}
}