Skip to content

Instantly share code, notes, and snippets.

View falvojr's full-sized avatar

Venilton FalvoJr falvojr

View GitHub Profile
@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