This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Module | |
public class NetworkModule { | |
static final String RETROFIT_GITHUB = "GitHub"; | |
static final String RETROFIT_GITHUB_STATUS = "GitHubStatus"; | |
static final String RETROFIT_GITHUB_OAUTH = "GitHubOAuth"; | |
private static final int CACHE_SIZE_10_MB = 10 * 1024 * 1024; | |
@Provides |
NewerOlder