mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
update capacitor plugins
This commit is contained in:
parent
a91f380d1c
commit
d84a70fd5a
3 changed files with 10 additions and 2 deletions
|
@ -9,7 +9,7 @@ android {
|
|||
|
||||
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||||
dependencies {
|
||||
|
||||
implementation project(':capacitor-community-http')
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
[]
|
||||
[
|
||||
{
|
||||
"pkg": "@capacitor-community/http",
|
||||
"classpath": "com.getcapacitor.plugin.http.Http"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||||
include ':capacitor-android'
|
||||
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
|
||||
|
||||
include ':capacitor-community-http'
|
||||
project(':capacitor-community-http').projectDir = new File('../node_modules/@capacitor-community/http/android')
|
||||
|
|
Loading…
Reference in a new issue