Skip to content

Commit

Permalink
WIP: Adding plugin to proxy all okhttp requests without interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
shehabic committed Jan 13, 2019
1 parent e17f320 commit 4880e59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: SherlockPlugin

SherlockExtension {
enabled = true
}
//apply plugin: SherlockPlugin
//
//SherlockExtension {
// enabled = true
//}

android {
configurations {
Expand Down

0 comments on commit 4880e59

Please sign in to comment.