Skip to content

Commit

Permalink
Fix readme and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-tkachenko committed Jul 25, 2024
1 parent 1aee170 commit f1436f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
implementation 'com.google.code.gson:gson:2.11.0'

implementation project(path: ':okhttp-profiler')
releaseImplementation project(':okhttp-requests-modifier-no-op')
debugImplementation project(':okhttp-requests-modifier')
// implementation project(path: ':okhttp-profiler')
// releaseImplementation project(':okhttp-requests-modifier-no-op')
// debugImplementation project(':okhttp-requests-modifier')

// releaseImplementation ('io.nerdythings:okhttp-requests-modifier-no-op:1.0.0')
// debugImplementation ('io.nerdythings:okhttp-requests-modifier:1.0.0')
// implementation ('io.nerdythings:okhttp-profiler:1.1.1')
releaseImplementation ('io.nerdythings:okhttp-requests-modifier-no-op:1.0.0')
debugImplementation ('io.nerdythings:okhttp-requests-modifier:1.0.0')
implementation ('io.nerdythings:okhttp-profiler:1.1.1')
}
13 changes: 8 additions & 5 deletions plugin_initial.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@

<h1>OkHttpProfiler Plugin</h1>
<h2>
We don't receive any data from your android device.
<p>
<a href="https://www.youtube.com/@Nerdy.Things">YouTube.com</a>
</p>
<p>Developers Eugene Tkachenko && Hanna Tkachenko</p>
<p>
We don't receive any data from your android device.
</p>
</h2>
<p>
<a href="https://www.buymeacoffee.com/gektor650">Support developers</a>
</p>
<p>OkHttp Profiler plugin can show request from okhttp library directly in your Android Studio toolwindow.
It supports okhttp v3 (<a href="http://square.github.io/okhttp/" rel="nofollow">http://square.github.io/okhttp/</a>)
or Retrofit v2 (<a href="https://square.github.io/retrofit/" rel="nofollow">https://square.github.io/retrofit/</a>)
</p>
<hr>
<h2>For installation you need to include library to your app build.gradle file</h2>
<div class="code">implementation 'com.localebro:okhttpprofiler:1.0.8'</div>
<div class="code">implementation 'io.nerdythings:okhttp-profiler:1.1.1'</div>
<p>and add Interceptor to okHttpClient in code</p>
<h2>For OkHttp</h2>
<h3>Java</h3>
Expand Down

0 comments on commit f1436f4

Please sign in to comment.