Skip to content

Commit 6d1b9f5

Browse files
authored
Update RUSSIAN_README.md
1 parent 72465c1 commit 6d1b9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RUSSIAN_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ new NetLoggingInterceptor(new NetLoggingInterceptor.HttpLogger() {
165165

166166
Если вы не используете R8, то Вам необходимо включить следующие правила:
167167
```
168-
-keep class com.zerobranch.androidremotedebugger.source.models.** { *; }
169-
-keep class com.zerobranch.androidremotedebugger.source.local.LogLevel
168+
-keep class zerobranch.androidremotedebugger.source.models.** { *; }
169+
-keep class zerobranch.androidremotedebugger.source.local.LogLevel
170170
```
171171

172172
Вам также могут потребоваться правила от [OkHttp3](https://github.com/square/okhttp) и [Gson](https://github.com/google/gson), которые являются зависимостями этой библиотеки.

0 commit comments

Comments
 (0)