Updated on 2026-08-14
This commit is contained in:
parent
bdd27a5dfd
commit
e1984e63aa
5 changed files with 5 additions and 176 deletions
|
|
@ -3,13 +3,13 @@ package com.tangem;
|
|||
import android.app.Application;
|
||||
import android.support.v7.app.AppCompatDelegate;
|
||||
|
||||
import com.tangem.data.db.PINStorage;
|
||||
import com.tangem.di.DaggerNavigatorComponent;
|
||||
import com.tangem.di.DaggerNetworkComponent;
|
||||
import com.tangem.di.NavigatorComponent;
|
||||
import com.tangem.di.NetworkComponent;
|
||||
import com.tangem.domain.cardReader.Firmwares;
|
||||
import com.tangem.domain.wallet.Issuer;
|
||||
import com.tangem.tangemcard.data.Issuer;
|
||||
import com.tangem.tangemcard.data.local.Firmwares;
|
||||
import com.tangem.tangemcard.data.local.PINStorage;
|
||||
|
||||
public class App extends Application {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue