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 e03a5af commit 2bdfd84Copy full SHA for 2bdfd84
app/build.gradle
@@ -29,7 +29,6 @@ android {
29
}
30
buildTypes {
31
release {
32
- shrinkResources true
33
minifyEnabled true
34
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
35
proguard-android.txt
@@ -19,4 +19,6 @@
19
-keep class * implements com.google.gson.JsonSerializer
20
-keep class * implements com.google.gson.JsonDeserializer
21
22
+-keep class me.jfenn.attribouter.** { *; }
23
+
24
##---------------End: proguard configuration for Gson ----------
0 commit comments