Skip to content

Commit 2a3a46a

Browse files
committed
forgot new lines in README.md
1 parent 48b79a1 commit 2a3a46a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ ProGuard configuration
147147
ProGuard obfuscates method names. However, the onEvent methods must not renamed because they are accessed using reflection. Use the following snip in your ProGuard configuration file (proguard.cfg):
148148
<code>
149149
-keepclassmembers class ** {
150+
150151
public void onEvent*(**);
152+
151153
}
152154
</code>
153155

0 commit comments

Comments
 (0)