Local Notifications

This commit is contained in:
2024-03-31 17:49:31 +08:00
parent c3bfb2069c
commit 43aad8c2d2
13 changed files with 154 additions and 57 deletions

View File

@ -9,6 +9,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-local-notifications')
implementation project(':capacitor-preferences')
}