ProGuard config, small fix

This commit is contained in:
Martin Fietz 2015-04-05 23:45:28 +02:00
parent 8850c09920
commit e8a4bd7c11
2 changed files with 7 additions and 2 deletions

View File

@ -78,4 +78,9 @@
public static *** w(...);
public static *** d(...);
public static *** e(...);
}
}
# greenrobot EventBus
-keepclassmembers class ** {
public void onEvent*(**);
}

View File

@ -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>