This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add proguard rule for OpenPGP
main
Distopico Vegan
6 years ago
parent
de7dc808a2
commit
080bc6151a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/proguard-rules.pro
+ 3
- 0
app/proguard-rules.pro
View File
@ -56,3 +56,6 @@
#
dnsjava
-
keep
class
org
.
xbill
.
DNS
.
**
{
*
;
}
-
dontwarn
sun
.
net
.
spi
.
nameservice
.
**
#
OpenPGP
-
keep
class
org
.
openintents
.
openpgp
.
**
{
*
;
}
Write
Preview
Loading…
Cancel
Save