You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RUSSIAN_README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,8 @@ new NetLoggingInterceptor(new NetLoggingInterceptor.HttpLogger() {
165
165
166
166
Если вы не используете R8, то Вам необходимо включить следующие правила:
167
167
```
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
170
170
```
171
171
172
172
Вам также могут потребоваться правила от [OkHttp3](https://github.com/square/okhttp) и [Gson](https://github.com/google/gson), которые являются зависимостями этой библиотеки.
0 commit comments