ProGuard config, small fix
This commit is contained in:
parent
8850c09920
commit
e8a4bd7c11
|
@ -78,4 +78,9 @@
|
|||
public static *** w(...);
|
||||
public static *** d(...);
|
||||
public static *** e(...);
|
||||
}
|
||||
}
|
||||
|
||||
# greenrobot EventBus
|
||||
-keepclassmembers class ** {
|
||||
public void onEvent*(**);
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<string-array name="smart_mark_as_played_values">
|
||||
<item>off</item>
|
||||
<item>0</item>
|
||||
<item>15</item>
|
||||
<item>30</item>
|
||||
<item>45</item>
|
||||
|
|
Loading…
Reference in New Issue