Updated on 2026-08-14
This commit is contained in:
commit
fe2cfac54d
1140 changed files with 23493 additions and 8579 deletions
|
|
@ -30,7 +30,6 @@ androidxWorkManager = "2.9.0"
|
|||
# region Compose
|
||||
compose-runtime = "1.7.4"
|
||||
compose-foundation = "1.7.4"
|
||||
compose-material = "1.7.4"
|
||||
compose-material3 = "1.3.1"
|
||||
compose-constraint = "1.0.1"
|
||||
compose-navigation = "2.7.7"
|
||||
|
|
@ -73,14 +72,15 @@ viewBindingDelegate = "1.5.9"
|
|||
xmlShimmer = "1.1.3"
|
||||
zxingQrCode = "3.5.1"
|
||||
kotlinSerialization = "1.8.0"
|
||||
kotlinDatetime = "0.6.2"
|
||||
arrow = "1.2.4" # 2.0.1 breaks the build
|
||||
reownCore = "1.1.2"
|
||||
reownWeb3 = "1.1.2"
|
||||
prettyLogger = "2.2.0"
|
||||
okHttp-prettyLogging = "3.1.0"
|
||||
chucker = "4.0.0"
|
||||
mlKit-barcodeScanning = "17.2.0"
|
||||
androidXCamera = "1.3.0"
|
||||
mlKit-barcodeScanning = "17.3.0"
|
||||
androidXCamera = "1.4.2"
|
||||
listenableFuture = "1.0"
|
||||
swipeRefreshLayout = "1.1.0"
|
||||
web3j = "4.12.3-SNAPSHOT"
|
||||
|
|
@ -168,7 +168,6 @@ compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref =
|
|||
compose-ui-utils = { module = "androidx.compose.ui:ui-util", version.ref = "compose-runtime" }
|
||||
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose-runtime" }
|
||||
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose-foundation" }
|
||||
compose-material = { module = "androidx.compose.material:material", version.ref = "compose-material" }
|
||||
compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "compose-material3" }
|
||||
compose-constraintLayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "compose-constraint" }
|
||||
compose-shimmer = { module = "com.valentinilk.shimmer:compose-shimmer", version.ref = "compose-shimmer" }
|
||||
|
|
@ -258,6 +257,7 @@ viewBindingDelegate = { module = "com.github.kirich1409:viewbindingpropertydeleg
|
|||
xmlShimmer = { module = "com.github.skydoves:androidveil", version.ref = "xmlShimmer" }
|
||||
zxing-qrCore = { module = "com.google.zxing:core", version.ref = "zxingQrCode" }
|
||||
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinSerialization" }
|
||||
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinDatetime" }
|
||||
arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
|
||||
arrow-fx = { module = "io.arrow-kt:arrow-fx-coroutines", version.ref = "arrow" }
|
||||
reownCore = { module = "com.reown:android-core", version.ref = "reownCore" }
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
# https://github.com/tangem/tangem-sdk-android/
|
||||
# https://github.com/tangem/vico
|
||||
|
||||
tangemBlockchainSdk = "develop-1140"
|
||||
tangemBlockchainSdk = "develop-1205"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "develop-518"
|
||||
tangemCardSdk = "develop-557"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
tangemVico = "2.0.0-alpha.25-tangem12"
|
||||
#tangemVico = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue