am b1b21d4e
: Make sure to always keep native methods
* commit 'b1b21d4eeaae27057ece50307723ec3d5de8f2e3': Make sure to always keep native methods
This commit is contained in:
commit
fe7b76aca6
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@
|
||||||
-keepclassmembers class * {
|
-keepclassmembers class * {
|
||||||
@com.android.inputmethod.annotations.ExternallyReferenced *;
|
@com.android.inputmethod.annotations.ExternallyReferenced *;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Keep native methods
|
||||||
|
-keep class * {
|
||||||
|
native <methods>;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue