Fix(Tool): Fixed the bug of being unable to load stores and tools after compiling to release
This commit is contained in:
@@ -30,7 +30,7 @@ internal object NetworkModule {
|
||||
HttpLoggingInterceptor()
|
||||
.apply {
|
||||
if (BuildConfig.DEBUG) {
|
||||
setLevel(HttpLoggingInterceptor.Level.BODY)
|
||||
level = HttpLoggingInterceptor.Level.BODY
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user