Updated on 2026-08-14
This commit is contained in:
parent
7a4292f489
commit
4d5cc7255b
3 changed files with 35 additions and 10 deletions
|
|
@ -2,6 +2,8 @@ package com.tangem.di;
|
|||
|
||||
import com.tangem.data.network.Server;
|
||||
|
||||
import java.net.Socket;
|
||||
|
||||
import javax.inject.Named;
|
||||
import javax.inject.Singleton;
|
||||
|
||||
|
|
@ -27,4 +29,7 @@ public interface AppComponent {
|
|||
@Named(Server.ApiUpdateVersion.URL_UPDATE_VERSION)
|
||||
Retrofit getRetrofitGithubusercontent();
|
||||
|
||||
@Named("socket")
|
||||
Socket getSocket();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue