Tehreer / Tehreer-Android

Standalone text engine for Android aimed to be free from platform limitations
Apache License 2.0
89 stars 16 forks source link

Use keep annotation instead of custom sustain annotation #17

Closed mta452 closed 5 years ago

mta452 commented 5 years ago

Currently a custom annotation, @Sustain is being used for correct proguard behavior. It can be replaced with @Keep support annotation for the same purpose.

mta452 commented 5 years ago

Fixed in v2.3