We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174305 commit cbfb56dCopy full SHA for cbfb56d
src/Xamarin.Android.Build.Tasks/Resources/proguard_xamarin.cfg
@@ -25,8 +25,8 @@
25
-keep class md52ce486a14f4bcd95899665e9d932190b.** { *; <init>(...); }
26
-keepclassmembers class md52ce486a14f4bcd95899665e9d932190b.** { *; <init>(...); }
27
28
-# .NET 8 runtime
29
--keep class net.dot.android.crypto.DotnetProxyTrustManager { *; <init>(...); }
+# .NET runtime
+-keep class net.dot.android.crypto.** { *; <init>(...); }
30
31
# Android's template misses fluent setters...
32
-keepclassmembers class * extends android.view.View {
0 commit comments