Skip to content

Commit 2bdfd84

Browse files
committed
update proguard / resources config - fix fennifith#47
1 parent e03a5af commit 2bdfd84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ android {
2929
}
3030
buildTypes {
3131
release {
32-
shrinkResources true
3332
minifyEnabled true
3433
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3534
}

proguard-android.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
-keep class * implements com.google.gson.JsonSerializer
2020
-keep class * implements com.google.gson.JsonDeserializer
2121

22+
-keep class me.jfenn.attribouter.** { *; }
23+
2224
##---------------End: proguard configuration for Gson ----------

0 commit comments

Comments
 (0)