From 7f4ac90ca7ca9631fe828c264e8cbb7aa17ed2de Mon Sep 17 00:00:00 2001 From: nkalupahana Date: Thu, 4 Jul 2024 13:40:56 -0400 Subject: [PATCH] Re-add automated space (can't be removed) --- android/app/capacitor.build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle index 49754fab..7057cf25 100644 --- a/android/app/capacitor.build.gradle +++ b/android/app/capacitor.build.gradle @@ -23,6 +23,7 @@ dependencies { implementation project(':capacitor-share') implementation project(':capacitor-status-bar') implementation project(':capacitor-cloudkit') + }