Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-20 12:21:24 +03:00
commit 2da48c037a
961 changed files with 24212 additions and 13399 deletions

View file

@ -10,7 +10,7 @@ kotlin = "1.8.21"
# endregion Classpath
# region AndroidX
androidxActivityCompose = "1.5.0"
androidxActivityCompose = "1.8.0"
androidxAppCompat = "1.5.1"
androidxBrowser = "1.4.0"
androidxConstraintLayout = "2.1.4"
@ -19,20 +19,21 @@ androidxSplashScreen = "1.0.1"
androidxFragment = "1.5.3"
androidxLifecycle = "2.5.1"
androidx-paging = "3.1.1"
androidx-palette = "1.0.0"
# endregion AndroidX
# region Compose
compose-compiler = "1.4.7"
compose-runtime = "1.4.3"
compose-foundation = "1.4.3"
compose-material = "1.4.3"
compose-material3 = "1.1.0"
compose-runtime = "1.5.3"
compose-foundation = "1.5.3"
compose-material = "1.5.3"
compose-material3 = "1.1.2"
compose-constraint = "1.0.1"
compose-navigation = "2.5.3"
compose-navigation = "2.7.4"
compose-accompanist = "0.30.1"
compose-paging = "3.2.0"
compose-paging = "3.2.1"
compose-reorderable = "0.9.6"
compoese-lifecycle-runtime = "2.6.1"
compoese-lifecycle-runtime = "2.6.2"
# endregion Compose
# region Other libraries
@ -82,9 +83,9 @@ spr-client = "3.6.2"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "release-app_4.11-360"
tangemBlockchainSdk = "release-app_5.0-363"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_4.11-295"
tangemCardSdk = "release-app_5.0-303"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds
# endregion Tangem
@ -135,11 +136,13 @@ lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8",
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
lifecycle-viewModel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxLifecycle" }
lifecycle-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "compoese-lifecycle-runtime" }
androidx-palette = { module = "androidx.palette:palette", version.ref = "androidx-palette" }
# region AndroidX
# region Compose
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose-runtime" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose-runtime" }
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" }