Skip to content

Commit

Permalink
refactor(retrofit): remove all com.squareup.okhttp dependencies (#4796)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangodishala authored Nov 14, 2024
1 parent 9e2d2c6 commit 99eca92
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@

public interface RetrofitInterceptorProvider {
List<okhttp3.Interceptor> getInterceptors();

List<com.squareup.okhttp.Interceptor> getLegacyInterceptors();
}

0 comments on commit 99eca92

Please sign in to comment.