We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1ff6e commit 89d5e4cCopy full SHA for 89d5e4c
1 file changed
app/src/main/java/com/threegap/bitnagil/di/NetworkModule.kt
@@ -42,7 +42,7 @@ object NetworkModule {
42
43
@Provides
44
@Singleton
45
- fun provideHttpLoggingInterceptor(): Interceptor =
+ fun provideHttpLoggingInterceptor(): HttpLoggingInterceptor =
46
HttpLoggingInterceptor().apply {
47
level = if (BuildConfig.DEBUG) {
48
HttpLoggingInterceptor.Level.BODY
0 commit comments