Commit from pc

This commit is contained in:
Vineet Garg
2015-07-18 18:57:09 +05:30
parent fd5063e7a7
commit d1dc0ba2b2
5 changed files with 26 additions and 7 deletions

1
proguard-rules.pro vendored
View File

@@ -19,6 +19,7 @@
# Allow obfuscation of android.support.v7.internal.view.menu.**
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
# see https://code.google.com/p/android/issues/detail?id=78377
-keepattributes Signature
-keep class !android.support.v7.internal.view.menu.**,** {*;}
-dontwarn org.apache.sshd.**