Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-30 12:48:07 +04:00
parent 216796ed09
commit 0eae1c84fa
11 changed files with 207 additions and 125 deletions

View file

@ -27,6 +27,7 @@ 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"
@ -76,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"
@ -169,6 +171,7 @@ androidx-fragment-compose = { module = "androidx.fragment:fragment-compose", ver
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" }
@ -282,6 +285,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" }