Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1b21d4e authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Make sure to always keep native methods

Saw a problem with proguard

Change-Id: I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a
parent a690f3bc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,3 +9,8 @@
-keepclassmembers class * {
@com.android.inputmethod.annotations.ExternallyReferenced *;
}

# Keep native methods
-keep class * {
native <methods>;
}