tauri-plugin-remote-push 1.0.10

A Tauri plugin for remote push notifications on iOS and Android.
Documentation
# Add project specific ProGuard rules here.
# By default, the flags in this file are applied to your project only.
# You can also apply them to modules and dependencies by using the consumer PostGuard
# files rule.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

# Uncomment this to preserve the line number information for debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you are using reflection, uncomment the following and list the class
# names of objects probed via reflection.
#-keep class com.your.package.YourClass