Skip to content

Commit 8d0240d

Browse files
Merge branch 'master' into muzahid/release-android-15-support
2 parents e6d7667 + 3970033 commit 8d0240d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

android/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ android {
5656
packagingOptions {
5757
exclude 'androidsupportmultidexversion.txt'
5858
}
59-
60-
buildTypes {
61-
release {
62-
minifyEnabled true
63-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
64-
}
65-
}
66-
6759
}
6860

6961
dependencies {

android/proguard-rules.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@
1212
-keep class com.fasterxml.jackson.** {*;}
1313
# Logback
1414
-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+
1521
##---------------End: proguard configuration ----------

0 commit comments

Comments
 (0)