Updated on 2026-08-14
This commit is contained in:
commit
f7fd229350
602 changed files with 9326 additions and 5739 deletions
|
|
@ -6,7 +6,8 @@
|
|||
androidGradlePlugin = "8.2.2"
|
||||
firebaseCrashlytics = "3.0.1"
|
||||
googleServices = "4.4.1"
|
||||
kotlin = "1.9.22"
|
||||
kotlin = "2.1.10"
|
||||
ksp = "2.1.10-1.0.30"
|
||||
firebasePerf = "1.4.2"
|
||||
# endregion Classpath
|
||||
|
||||
|
|
@ -26,11 +27,10 @@ androidxWindowManager = "1.3.0"
|
|||
# endregion AndroidX
|
||||
|
||||
# region Compose
|
||||
compose-compiler = "1.5.9"
|
||||
compose-runtime = "1.7.1"
|
||||
compose-foundation = "1.7.1"
|
||||
compose-material = "1.7.1"
|
||||
compose-material3 = "1.3.0"
|
||||
compose-runtime = "1.7.8"
|
||||
compose-foundation = "1.7.8"
|
||||
compose-material = "1.7.8"
|
||||
compose-material3 = "1.3.1"
|
||||
compose-constraint = "1.0.1"
|
||||
compose-navigation = "2.7.7"
|
||||
compose-accompanist = "0.30.1"
|
||||
|
|
@ -44,14 +44,14 @@ amplitude = "2.36.1"
|
|||
armadillo = "0.9.0"
|
||||
coil = "2.1.0"
|
||||
compose-shimmer = "1.0.3"
|
||||
coroutine = "1.7.2"
|
||||
coroutine = "1.7.2" # 1.8+ is not compatible with tangem-sdk
|
||||
desugarJdkLibs = "1.1.5"
|
||||
firebase = "33.7.0"
|
||||
googleMaterialComponent = "1.6.1"
|
||||
googlePlayReview = "2.0.1"
|
||||
googlePlayReviewKtx = "2.0.1"
|
||||
googlePlayServicesWallet = "19.1.0"
|
||||
hilt = "2.46"
|
||||
hilt = "2.55"
|
||||
hilt-navigation = "1.0.0"
|
||||
jodatime = "2.12.1"
|
||||
kotlin-immutable-collections = "0.3.5"
|
||||
|
|
@ -69,9 +69,8 @@ timber = "4.7.1"
|
|||
viewBindingDelegate = "1.5.9"
|
||||
xmlShimmer = "1.1.3"
|
||||
zxingQrCode = "3.5.1"
|
||||
mviCore = "1.3.1"
|
||||
kotlinSerialization = "1.4.1"
|
||||
arrow = "1.2.3"
|
||||
kotlinSerialization = "1.8.0"
|
||||
arrow = "1.2.4" # 2.0.1 breaks the build
|
||||
reownCore = "1.1.2"
|
||||
reownWeb3 = "1.1.2"
|
||||
prettyLogger = "2.2.0"
|
||||
|
|
@ -81,9 +80,9 @@ mlKit-barcodeScanning = "17.2.0"
|
|||
androidXCamera = "1.3.0"
|
||||
listenableFuture = "1.0"
|
||||
swipeRefreshLayout = "1.1.0"
|
||||
web3j = "4.10.1"
|
||||
web3j = "4.12.3-SNAPSHOT"
|
||||
leakcanary = "2.13"
|
||||
decompose = "2.2.3"
|
||||
decompose = "3.3.0"
|
||||
room = "2.6.1"
|
||||
markdown = "0.7.2"
|
||||
markdownComposeView = "0.5.4"
|
||||
|
|
@ -121,6 +120,8 @@ google-services = { id = "com.google.gms.google-services", version.ref = "google
|
|||
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
room = { id = "androidx.room", version.ref = "room" }
|
||||
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
|
||||
[libraries]
|
||||
# region Classpath
|
||||
|
|
@ -254,7 +255,7 @@ camera-view = { module = "androidx.camera:camera-view", version.ref = "androidXC
|
|||
web3j-core = { module = "org.web3j:core", version.ref = "web3j" }
|
||||
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
|
||||
decompose = { module = "com.arkivanov.decompose:decompose", version.ref = "decompose" }
|
||||
decompose-ext-compose = { module = "com.arkivanov.decompose:extensions-compose-jetpack", version.ref = "decompose" }
|
||||
decompose-ext-compose = { module = "com.arkivanov.decompose:extensions-compose", version.ref = "decompose" }
|
||||
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
tangemBlockchainSdk = "develop-968"
|
||||
tangemBlockchainSdk = "develop-974"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "develop-437"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue