6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
-keep class android.tts.SynthProxy {
|
||
|
int mJniData;
|
||
|
# keep all declarations for native methods
|
||
|
<methods>;
|
||
|
}
|