First working version

This commit is contained in:
Pieter Vander Vennet 2024-11-11 23:00:13 +01:00
parent 3a28ccb4fb
commit 81fd788209
77 changed files with 978 additions and 1 deletions

5
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'