Skip to content

Commit

Permalink
refactor(retrofit): remove all com.squareup.okhttp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangodishala committed Nov 13, 2024
1 parent 9e2d2c6 commit c161aa4
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 c161aa4

Please sign in to comment.