Skip to content

Instantly share code, notes, and snippets.

@pyeongho
Created February 13, 2020 06:03
Show Gist options
  • Save pyeongho/4780ef3c3c450931faf65efc98780647 to your computer and use it in GitHub Desktop.
Save pyeongho/4780ef3c3c450931faf65efc98780647 to your computer and use it in GitHub Desktop.
implementation 'com.facebook.stetho:stetho:1.5.1'
implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'
Stetho.initializeWithDefaults(this)
builder.addNetworkInterceptor(StethoInterceptor())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment