feat(android): add plugin registration and test app integration

- Add capacitor.plugins.json for main plugin registration
- Add plugin dependency to test app build configuration
- Add local plugin dependency to test app package.json
- Update package-lock.json with plugin dependency resolution

Enables proper plugin discovery and integration in test environment.
This commit is contained in:
Matthew Raymer
2025-10-17 12:58:38 +00:00
parent 1f1153b5fe
commit 698fc688a0
4 changed files with 196 additions and 169 deletions

View File

@@ -9,7 +9,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':timesafari-daily-notification-plugin')
}