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.
2 parents e6d7667 + 3970033 commit 8d0240dCopy full SHA for 8d0240d
android/build.gradle
@@ -56,14 +56,6 @@ android {
56
packagingOptions {
57
exclude 'androidsupportmultidexversion.txt'
58
}
59
-
60
- buildTypes {
61
- release {
62
- minifyEnabled true
63
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
64
- }
65
66
67
68
69
dependencies {
android/proguard-rules.txt
@@ -12,4 +12,10 @@
12
-keep class com.fasterxml.jackson.** {*;}
13
# Logback
14
-keep class ch.qos.** { *; }
15
+
16
+# Mail classes (Logback SMTP appender)
17
+-dontwarn javax.mail.**
18
+-dontwarn javax.mail.internet.**
19
+-dontwarn javax.activation.**
20
21
##---------------End: proguard configuration ----------
0 commit comments