WIP: Android app (#321)

Android app, roughly functional but still WIP #310
This commit is contained in:
Zef Hemel
2023-01-21 11:10:46 +01:00
committed by GitHub
parent a3fb2ffe92
commit 9fbe78dadd
55 changed files with 983 additions and 12 deletions
+5
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'