diff --git a/android/proguard-rules.pro b/android/proguard-rules.pro index f95f0d7..566ece6 100644 --- a/android/proguard-rules.pro +++ b/android/proguard-rules.pro @@ -3,8 +3,11 @@ native ; } -# Keep the classes with syspolicy MDM keys, some of which -# get used only by the Go backend. +# Keep Tailcale classes for debuggability, but especially +# keep the classes with syspolicy MDM keys, some of which +# get used only by the Go backend. (The second rule is redundant, +# but explicit.) +-keep class com.tailscale.ipn.** { *; } -keep class com.tailscale.ipn.mdm.** { *; } # Keep specific classes from Tink library