Updated on 2026-08-14

This commit is contained in:
Tangem 2019-01-15 16:03:38 +03:00
parent 9d899467d1
commit ec3fe16009
12 changed files with 606 additions and 15 deletions

View file

@ -31,6 +31,16 @@ class NetworkModule {
.build();
}
@Singleton
@Provides
@Named(Server.ApiRootstock.URL_ROOTSTOCK)
Retrofit provideRetrofitRootstock() {
return new Retrofit.Builder()
.baseUrl(Server.ApiRootstock.URL_ROOTSTOCK)
.addConverterFactory(GsonConverterFactory.create())
.build();
}
// //@Singleton // TODO:check
// @Provides
// @Named("Insight")