Updated on 2026-08-14
This commit is contained in:
parent
c064bc2435
commit
4d895ae87d
34 changed files with 96 additions and 104 deletions
|
|
@ -44,8 +44,8 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':tangemcard-common')
|
||||
// implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
// implementation project(':tangemcommon')
|
||||
implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
|
||||
implementation project(':tangemcard-android')
|
||||
implementation project(':tangemserver-android')
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import com.tangem.data.Blockchain;
|
|||
import com.tangem.tangemcard.data.TangemCard;
|
||||
import com.tangem.tangemcard.data.TangemCardExtensionsKt;
|
||||
|
||||
|
||||
public class TangemContext {
|
||||
// public static final String EXTRA_BLOCKCHAIN_DATA = "BLOCKCHAIN_DATA";
|
||||
private Context context;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ import com.tangem.wallet.R;
|
|||
|
||||
import java.math.BigInteger;
|
||||
|
||||
|
||||
public class NftTokenEngine extends CoinEngine {
|
||||
|
||||
private static final String TAG = NftTokenEngine.class.getSimpleName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue