# Consumer ProGuard rules for Daily Notification Plugin # These rules are applied to consuming apps when they use this plugin # Keep plugin classes -keep class com.timesafari.dailynotification.** { *; } # Keep Capacitor plugin interface -keep class com.getcapacitor.Plugin { *; } -keep @com.getcapacitor.Plugin class * { *; }