mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove ProGuard warning
Bug: 13662059 Change-Id: Ic90a882e82332b323bcd3617e5bc465f919bd921
This commit is contained in:
parent
9b46ddc1d5
commit
fd6b1ac822
@ -14,3 +14,10 @@
|
|||||||
-keepclassmembers class * {
|
-keepclassmembers class * {
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Keep classes that are used as a parameter type of methods that are also marked as keep
|
||||||
|
# to preserve changing those methods' signature.
|
||||||
|
-keep class com.android.inputmethod.latin.utils.LanguageModelParam
|
||||||
|
-keep class com.android.inputmethod.latin.AssetFileAddress
|
||||||
|
-keep class com.android.inputmethod.latin.makedict.ProbabilityInfo
|
||||||
|
-keep class com.android.inputmethod.latin.Dictionary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user