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 29d7e21 commit e8b580dCopy full SHA for e8b580d
test-app/build.gradle
@@ -16,7 +16,7 @@ android {
16
}
17
buildTypes {
18
release {
19
- minifyEnabled false
+ minifyEnabled true
20
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
21
22
test-app/proguard-rules.pro
@@ -27,6 +27,9 @@
27
28
# Safely ignore warnings about other libraries since we are using Gson
29
#-dontwarn com.fasterxml.jackson.**
30
+-keep class com.fasterxml.jackson.** {*;}
31
+-dontwarn com.google.gson.**
32
+-dontwarn com.optimizely.ab.config.parser.**
33
#-dontwarn org.json.**
34
35
# Annotations
@@ -37,6 +40,7 @@
37
40
38
41
# slf4j
39
42
#-dontwarn org.slf4j.**
43
+-keep class org.slf4j.** {*;}
44
45
# Android Logger
46
#-keep class com.noveogroup.android.log.** { *; }
0 commit comments