Skip to content

Commit 72465c1

Browse files
authored
Update README.md
1 parent f0b5005 commit 72465c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ If you use R8, you don't have to do anything. The specific rules are included au
164164

165165
If you don't use R8 you have to apply the following rules:
166166
```
167-
-keep class com.zerobranch.androidremotedebugger.source.models.** { *; }
168-
-keep class com.zerobranch.androidremotedebugger.source.local.LogLevel
167+
-keep class zerobranch.androidremotedebugger.source.models.** { *; }
168+
-keep class zerobranch.androidremotedebugger.source.local.LogLevel
169169
```
170170

171171
You might also need rules from [OkHttp3](https://github.com/square/okhttp) and [Gson](https://github.com/google/gson), which are dependencies of this library.

0 commit comments

Comments
 (0)