Updated on 2026-08-14

This commit is contained in:
Tangem 2021-02-08 14:38:17 +03:00
parent 489a079483
commit fe486a8121
3 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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()))
}
}
}

View file

@ -1,4 +1,4 @@
ext.versions = [
kotlin : '1.4.10',
build_gradle: '4.1.1',
build_gradle: '4.1.2',
]