Updated on 2026-08-14
6
.idea/gradle.xml
generated
|
|
@ -9,9 +9,9 @@
|
|||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
<option value="$PROJECT_DIR$/tangemcard-android" />
|
||||
<option value="$PROJECT_DIR$/tangemcommon" />
|
||||
<option value="$PROJECT_DIR$/tangemserver-android" />
|
||||
<option value="$PROJECT_DIR$/card-android" />
|
||||
<option value="$PROJECT_DIR$/card-common" />
|
||||
<option value="$PROJECT_DIR$/server-android" />
|
||||
</set>
|
||||
</option>
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
|
|
|
|||
|
|
@ -44,11 +44,11 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':tangemcommon')
|
||||
implementation project(':card-common')
|
||||
// implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
|
||||
implementation project(':tangemcard-android')
|
||||
implementation project(':tangemserver-android')
|
||||
implementation project(':card-android')
|
||||
implementation project(':server-android')
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import com.tangem.di.NetworkComponent
|
|||
import com.tangem.tangemcard.android.data.Firmwares
|
||||
import com.tangem.tangemcard.android.data.PINStorage
|
||||
import com.tangem.tangemcommon.data.Issuer
|
||||
import com.tangem.tangemserver.android.data.LocalStorage
|
||||
import com.tangem.tangemserver.data.LocalStorage
|
||||
import java.io.InputStreamReader
|
||||
import java.nio.charset.StandardCharsets
|
||||
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@ import com.tangem.tangemcommon.data.TangemCard
|
|||
import com.tangem.tangemcommon.reader.CardProtocol
|
||||
import com.tangem.tangemcommon.tasks.VerifyCardTask
|
||||
import com.tangem.tangemcommon.util.Util
|
||||
import com.tangem.tangemserver.android.ServerApiTangem
|
||||
import com.tangem.tangemserver.android.model.CardVerifyAndGetInfo
|
||||
import com.tangem.tangemserver.ServerApiTangem
|
||||
import com.tangem.tangemserver.model.CardVerifyAndGetInfo
|
||||
import com.tangem.util.LOG
|
||||
import com.tangem.util.UtilHelper
|
||||
import com.tangem.wallet.R
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':tangemcommon')
|
||||
implementation project(':card-common')
|
||||
// implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 536 B |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |