Skip to content

Commit 3c9dd48

Browse files
author
Andrey
committed
fix(proguard)
1 parent c152062 commit 3c9dd48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/proguard-rules.pro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
# SMB SUPPORT
2929
-keep class com.hierynomus.** { *; }
3030
-keep class com.rapid7.** { *; }
31-
-keep class org.ietf.jgss.** { *; }
3231
-keep class sun.security.** { *; }
32+
-dontwarn sun.security.**
33+
-keep class java.rmi.** { *; }
34+
-dontwarn java.rmi.**
35+
-keep class javax.el.** { *; }
36+
-dontwarn javax.el.**
37+
-keep class org.ietf.jgss.** { *; }
38+
-dontwarn org.ietf.jgss.**
3339

3440
-keepnames interface * { *; }

0 commit comments

Comments
 (0)