proguard-tauri.pro 616 B

123456789101112131415161718192021222324252627282930
  1. # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
  2. -keep class $PACKAGE.* {
  3. native <methods>;
  4. }
  5. -keepclassmembers class $PACKAGE.TauriActivity {
  6. getAppClass(...);
  7. getVersion();
  8. }
  9. -keep class $PACKAGE.RustWebView {
  10. public <init>(...);
  11. loadUrlMainThread(...);
  12. }
  13. -keep class $PACKAGE.Ipc {
  14. public <init>(...);
  15. @android.webkit.JavascriptInterface public <methods>;
  16. }
  17. -keep class $PACKAGE.RustWebChromeClient,$PACKAGE.RustWebViewClient {
  18. public <init>(...);
  19. }
  20. -keep class $PACKAGE.MainActivity {
  21. public getPluginManager();
  22. }
  23. -keep class androidx.appcompat.app.AppCompatActivity { }