mirror of https://github.com/tasks/tasks
Revert proguard file
parent
8a9db3dd40
commit
04750f9c0e
@ -1,3 +1,9 @@
|
|||||||
|
-dontshrink
|
||||||
|
|
||||||
# appcompat-v21 not compatible with some samsung 4.2.2 roms
|
# appcompat-v21 not compatible with some samsung 4.2.2 roms
|
||||||
# https://code.google.com/p/android/issues/detail?id=78377
|
# https://code.google.com/p/android/issues/detail?id=78377
|
||||||
-keep class !android.support.v7.internal.view.menu.**
|
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||||
|
|
||||||
|
-keepattributes **
|
||||||
|
|
||||||
|
-dontwarn **
|
||||||
|
|||||||
Loading…
Reference in New Issue