Skip to content

Commit 0bb472a

Browse files
Update README
1 parent 647f959 commit 0bb472a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Logging appenders are created via reflection so class names must be left intact
1717
order to keep them you will need to add the following to your application proguard rules:
1818

1919
```
20-
-keep class com.esri.logger.appender.** { *; }
20+
-keep class com.esri.logger.khronicle.appender.** { *; }
2121
```
2222

2323
## Requirements

0 commit comments

Comments
 (0)