live bug fix and crashlytics

This commit is contained in:
cimenmus
2018-07-03 00:55:48 +03:00
parent d7641a172b
commit 7167de674f
10 changed files with 45 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ public class ApiService {
HttpLoggingInterceptor logging = new HttpLoggingInterceptor(); // set your desired log level
logging.setLevel(HttpLoggingInterceptor.Level.BODY);
builder.addInterceptor(logging);
//builder.addInterceptor(logging);
OkHttpClient client = builder.build();