feat: integrate UnifiedPush for background synchronization and event handling

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 10:56:10 +10:00
parent cb44bc92e4
commit 79d46857f9
10 changed files with 519 additions and 85 deletions

View File

@@ -65,6 +65,7 @@ dependencies {
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation project(':capacitor-android')
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'org.unifiedpush.android:connector:3.3.2'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"