Upgrade OkHttp to 3.0.1

This commit is contained in:
inorichi
2016-01-28 16:44:18 +01:00
parent db074a371d
commit 733b0da461
11 changed files with 70 additions and 55 deletions

View File

@@ -47,8 +47,8 @@ public class DataModule {
@Provides
@Singleton
NetworkHelper provideNetworkHelper() {
return new NetworkHelper();
NetworkHelper provideNetworkHelper(Application app) {
return new NetworkHelper(app);
}
@Provides