Updated on 2026-08-14
This commit is contained in:
commit
92849d43c2
1407 changed files with 64092 additions and 11990 deletions
|
|
@ -19,11 +19,15 @@ huaweiPush = "6.11.0.300"
|
|||
# endregion AppGallery
|
||||
|
||||
# region AndroidX
|
||||
androidxActivity = "1.10.1"
|
||||
androidxActivityCompose = "1.8.0"
|
||||
androidxAnnotation = "1.9.1"
|
||||
androidxAppCompat = "1.5.1"
|
||||
androidxBrowser = "1.4.0"
|
||||
androidxConstraintLayout = "2.2.1"
|
||||
androidxCore = "1.13.1"
|
||||
androidxKtx = "1.9.0"
|
||||
androidxSavedState = "1.3.3"
|
||||
androidxSplashScreen = "1.0.1"
|
||||
androidxFragment = "1.8.5"
|
||||
androidxLifecycle = "2.5.1"
|
||||
|
|
@ -73,6 +77,7 @@ lottie-compose = "6.6.0"
|
|||
moshi = "1.15.1"
|
||||
moshiAdaptersExt = "0.1.5"
|
||||
okhttp = "4.9.3"
|
||||
okio = "3.7.0"
|
||||
retrofit = "2.11.0"
|
||||
retrofitMoshiConverter = "2.9.0"
|
||||
spongycastleCryptoCore = "1.58.0.0"
|
||||
|
|
@ -96,7 +101,6 @@ decompose = "3.3.0"
|
|||
room = "2.7.2"
|
||||
markdown = "0.7.2"
|
||||
markdownComposeView = "0.5.4"
|
||||
usedesk = "4.4.0"
|
||||
sumsub = "1.38.0"
|
||||
haze = "1.7.2"
|
||||
kotlinpoet = "1.18.1"
|
||||
|
|
@ -107,6 +111,7 @@ surveysparrow = "1.2.9"
|
|||
# region Tools
|
||||
detektComposeRules = "1.4.0"
|
||||
detekt = "1.23.8"
|
||||
dependencyAnalysis = "3.16.0"
|
||||
# endregion Tools
|
||||
|
||||
# region Testing
|
||||
|
|
@ -115,7 +120,7 @@ espresso-intents = "3.5.1"
|
|||
junit = "4.13.2"
|
||||
junit5 = "5.8.2"
|
||||
junitAndroidExt = "1.1.5"
|
||||
mockk = "1.13.4"
|
||||
mockk = "1.14.11"
|
||||
turbine = "1.2.0"
|
||||
truth = "1.1.3"
|
||||
kaspresso = "1.6.0"
|
||||
|
|
@ -138,6 +143,7 @@ firebase-perf = { id = "com.google.firebase.firebase-perf", version.ref = "fireb
|
|||
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
|
||||
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysis" }
|
||||
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" }
|
||||
|
|
@ -153,17 +159,22 @@ gradle-kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinp
|
|||
# end region Classpath
|
||||
|
||||
# region AndroidX
|
||||
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivityCompose" }
|
||||
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidxAnnotation" }
|
||||
androidx-appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppCompat" }
|
||||
androidx-browser = { module = "androidx.browser:browser", version.ref = "androidxBrowser" }
|
||||
androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidxConstraintLayout" }
|
||||
androidx-core = { module = "androidx.core:core", version.ref = "androidxCore" }
|
||||
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxKtx" }
|
||||
androidx-core-splashScreen = { module = "androidx.core:core-splashscreen", version.ref = "androidxSplashScreen" }
|
||||
androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "androidxFragment" }
|
||||
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "androidxFragment" }
|
||||
androidx-fragment-compose = { module = "androidx.fragment:fragment-compose", version.ref = "androidxFragment" }
|
||||
androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" }
|
||||
androidx-swipeRefreshLayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swipeRefreshLayout" }
|
||||
androidx-palette = { module = "androidx.palette:palette", version.ref = "androidx-palette" }
|
||||
androidx-savedState = { module = "androidx.savedstate:savedstate", version.ref = "androidxSavedState" }
|
||||
androidx-windowManager = { group = "androidx.window", name = "window", version.ref = "androidxWindowManager" }
|
||||
lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidxLifecycle" }
|
||||
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
|
||||
|
|
@ -277,6 +288,7 @@ moshi-adapters-ext = { module = "dev.onenowy.moshipolymorphicadapter:moshi-polym
|
|||
moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
|
||||
okHttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
okHttp-prettyLogging = { module = "com.github.ihsanbal:LoggingInterceptor", version.ref = "okHttp-prettyLogging" }
|
||||
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
|
||||
spongecastle-core = { module = "com.madgag.spongycastle:core", version.ref = "spongycastleCryptoCore" }
|
||||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
||||
retrofit-response-type-keeper = { module = "com.squareup.retrofit2:response-type-keeper", version.ref = "retrofit" }
|
||||
|
|
@ -285,8 +297,10 @@ 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-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", 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-atomic = { module = "io.arrow-kt:arrow-atomic", version.ref = "arrow" }
|
||||
arrow-fx = { module = "io.arrow-kt:arrow-fx-coroutines", version.ref = "arrow" }
|
||||
reownCore = { module = "com.reown:android-core", version.ref = "reownCore" }
|
||||
reownWeb3 = { module = "com.reown:walletkit", version.ref = "reownWeb3" }
|
||||
|
|
@ -306,8 +320,6 @@ room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|||
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
markdown = { module = "org.jetbrains:markdown", version.ref = "markdown" }
|
||||
markdown-composeview = { module = "com.github.jeziellago:compose-markdown", version.ref = "markdownComposeView" }
|
||||
usedesk-chat-sdk = { module = "com.github.Usedesk.Android_SDK:chat-sdk", version.ref = "usedesk" }
|
||||
usedesk-chat-gui = { module = "com.github.Usedesk.Android_SDK:chat-gui", version.ref = "usedesk" }
|
||||
sumsub-sdk = { module = "com.sumsub.sns:idensic-mobile-sdk", version.ref = "sumsub" }
|
||||
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
||||
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# https://github.com/tangem/tangem-sdk-android/
|
||||
# https://github.com/tangem/vico
|
||||
|
||||
tangemBlockchainSdk = "develop-1592"
|
||||
tangemBlockchainSdk = "develop-1604"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "develop-630"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue