after npx cap add ... for ios & android

This commit is contained in:
2024-11-10 20:17:45 -07:00
parent 6605fbd708
commit f3b98ead3e
64 changed files with 1577 additions and 0 deletions

5
android/settings.gradle Normal file
View File

@@ -0,0 +1,5 @@
include ':app'
include ':capacitor-cordova-android-plugins'
project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/')
apply from: 'capacitor.settings.gradle'