mirror of https://github.com/tasks/tasks
Workaround for issue with some samsung devices
parent
85a694b1d1
commit
4a6a776fc9
@ -0,0 +1,9 @@
|
||||
-dontshrink
|
||||
|
||||
# appcompat-v21 not compatible with some samsung 4.2.2 roms
|
||||
# https://code.google.com/p/android/issues/detail?id=78377
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
|
||||
-keepattributes **
|
||||
|
||||
-dontwarn **
|
||||
Loading…
Reference in New Issue