mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-09 19:50:26 -06:00
5 lines
206 B
Prolog
5 lines
206 B
Prolog
|
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
||
|
-keepclassmembers enum * {
|
||
|
public static **[] values();
|
||
|
public static ** valueOf(java.lang.String);
|
||
|
}
|