Updated on 2026-08-14
This commit is contained in:
commit
5c958b95f3
2 changed files with 5 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.2.1'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
|
||||
|
||||
implementation 'com.tangem:blockchain:1.119.0'
|
||||
implementation 'com.tangem:blockchain:1.121.0'
|
||||
implementation 'com.tangem:core:1.87.0'
|
||||
implementation 'com.tangem:sdk:1.87.0'
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,12 @@ class ConfigManager(
|
|||
localLoader.loadConfig { config ->
|
||||
config.features?.forEach { setupFeature(it.name, it.value) }
|
||||
config.configValues?.forEach { setupKey(it.name, it.value) }
|
||||
}
|
||||
remoteLoader.loadConfig { config ->
|
||||
config.features?.forEach { setupFeature(it.name, it.value) }
|
||||
onComplete?.invoke()
|
||||
}
|
||||
// remoteLoader.loadConfig { config ->
|
||||
// config.features?.forEach { setupFeature(it.name, it.value) }
|
||||
// onComplete?.invoke()
|
||||
// }
|
||||
}
|
||||
|
||||
fun turnOff(name: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue