Initial commit

This commit is contained in:
2026-02-08 18:37:13 +01:00
commit d11329e5a9
206 changed files with 3891 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'