diff options
Diffstat (limited to 'configpanel/proguard.flags')
-rw-r--r-- | configpanel/proguard.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configpanel/proguard.flags b/configpanel/proguard.flags new file mode 100644 index 0000000..43b57d9 --- /dev/null +++ b/configpanel/proguard.flags @@ -0,0 +1,3 @@ +-keepclasseswithmembers class * { + public <init>(android.content.Context, android.util.AttributeSet); +} |