fix: failing native http requests with body

This commit is contained in:
Rainer Killinger
2022-10-07 16:40:15 +02:00
parent c712fa17f7
commit fed4f20c3c
10 changed files with 177 additions and 140 deletions

View File

@@ -9,7 +9,6 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-community-http')
implementation project(':capacitor-app')
implementation project(':capacitor-browser')
implementation project(':capacitor-device')