1
0

Add Capacitor Android project and config

This commit is contained in:
avi
2026-05-17 17:21:05 -05:00
parent 1867dde8cb
commit ca8df5531d
57 changed files with 2082 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'