From 8538ac8c0fa32383cd9be275d5f291ee055a06a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Dec 2025 03:08:58 +0000 Subject: [PATCH 1/2] Initial plan From ecd3bc00c926c973c3e21d782068a544d45c5ebe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Dec 2025 03:12:06 +0000 Subject: [PATCH 2/2] Fix: Remove references to missing capacitor-cordova-android-plugins directory Co-authored-by: LuminLynx <212206643+LuminLynx@users.noreply.github.com> --- android/app/build.gradle | 1 - android/app/capacitor.build.gradle | 3 ++- android/settings.gradle | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c00ae08..5b6821b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -66,7 +66,6 @@ dependencies { testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" - implementation project(':capacitor-cordova-android-plugins') // Material Design for Android 15 implementation "com.google.android.material:material:1.12.0" diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle index bbfb44f..bec6543 100644 --- a/android/app/capacitor.build.gradle +++ b/android/app/capacitor.build.gradle @@ -7,7 +7,8 @@ android { } } -apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle" +// Commented out: capacitor-cordova-android-plugins directory does not exist +// apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle" dependencies { diff --git a/android/settings.gradle b/android/settings.gradle index 3b4431d..fb68af1 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,5 +1,3 @@ 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