Skip to content

Instantly share code, notes, and snippets.

View msangel's full-sized avatar
🕺
an ordinary human being

Vasyl Khrystyuk msangel

🕺
an ordinary human being
View GitHub Profile
@msangel
msangel / ApiModule.java
Last active October 10, 2022 14:45 — forked from koesie10/ApiModule.java
Retrofit 1 error handling behaviour in Retrofit 2.3.0
// Dagger 1 example
@Module(
complete = false,
library = true
)
public final class ApiModule {
@Provides
@Singleton
Retrofit provideRetrofit(Gson gson, Application app) {
return new Retrofit.Builder()