Updated on 2026-08-14
This commit is contained in:
parent
489a079483
commit
fe486a8121
3 changed files with 4 additions and 4 deletions
|
|
@ -72,8 +72,8 @@ dependencies {
|
|||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
|
||||
|
||||
implementation 'com.tangem:blockchain:1.130.0'
|
||||
implementation 'com.tangem:core:1.92.0'
|
||||
implementation 'com.tangem:sdk:1.92.0'
|
||||
implementation 'com.tangem:core:1.96.0'
|
||||
implementation 'com.tangem:sdk:1.96.0'
|
||||
|
||||
// WebView
|
||||
implementation "androidx.browser:browser:1.2.0"
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class ScanNoteTask(val card: Card? = null) : CardSessionRunnable<ScanNoteRespons
|
|||
)))
|
||||
}
|
||||
is CompletionResult.Failure -> {
|
||||
callback(CompletionResult.Failure(TangemSdkError.VerificationFailed()))
|
||||
callback(CompletionResult.Failure(TangemSdkError.CardVerificationFailed()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ext.versions = [
|
||||
kotlin : '1.4.10',
|
||||
build_gradle: '4.1.1',
|
||||
build_gradle: '4.1.2',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue