summaryrefslogtreecommitdiff
path: root/app/android/settings.gradle
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-11-22 10:28:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2022-11-22 10:28:32 +0100
commitfe396c506aa1cc2502365a7089cdccee2418a6e8 (patch)
tree7a0bae16fbffd9e317311d0a0b67fe7f5e0c2bb4 /app/android/settings.gradle
parent23cf79911e20eac981a25dc1c2f839d37f98c296 (diff)
Add Android
Diffstat (limited to 'app/android/settings.gradle')
-rw-r--r--app/android/settings.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/android/settings.gradle b/app/android/settings.gradle
new file mode 100644
index 0000000..3b4431d
--- /dev/null
+++ b/app/android/settings.gradle
@@ -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' \ No newline at end of file