Updated on 2026-08-14
This commit is contained in:
parent
56b064b1a0
commit
b47cc52e70
14 changed files with 546 additions and 9 deletions
|
|
@ -34,6 +34,7 @@ object Library {
|
|||
const val appsflyer = "com.appsflyer:af-android-sdk:" + Versions.appsflyer
|
||||
const val armadillo = "at.favre.lib:armadillo:" + Versions.armadillo
|
||||
const val coil = "io.coil-kt:coil:" + Versions.coil
|
||||
const val composeShimmer = "com.valentinilk.shimmer:compose-shimmer:" + Versions.composeShimmer
|
||||
const val coroutine = "org.jetbrains.kotlinx:kotlinx-coroutines-core:" + Versions.coroutine
|
||||
const val desugarJdkLibs = "com.android.tools:desugar_jdk_libs:" + Versions.desugarJdkLibs
|
||||
const val googlePlayCore = "com.google.android.play:core:" + Versions.googlePlayCore
|
||||
|
|
@ -52,7 +53,6 @@ object Library {
|
|||
const val okHttpLogging = "com.squareup.okhttp3:logging-interceptor:" + Versions.okhttp
|
||||
const val otaliastudiosCameraView = "com.otaliastudios:cameraview:" + Versions.otaliastudiosCameraView
|
||||
const val shopifyBuySdk = "com.shopify.mobilebuysdk:buy3:" + Versions.shopifyBuySdk
|
||||
const val skydovesVeil = "com.github.skydoves:androidveil:" + Versions.skydovesAndroidVeil
|
||||
const val spongecastleCryptoCore = "com.madgag.spongycastle:core:" + Versions.spongycastleCryptoCore
|
||||
const val reKotlin = "org.rekotlin:rekotlin:" + Versions.rekotlin
|
||||
const val retrofit = "com.squareup.retrofit2:retrofit:" + Versions.retrofit
|
||||
|
|
@ -60,6 +60,7 @@ object Library {
|
|||
const val timber = "com.jakewharton.timber:timber:" + Versions.timber
|
||||
const val viewBindingDelegate =
|
||||
"com.github.kirich1409:viewbindingpropertydelegate-noreflection:" + Versions.viewBindingDelegate
|
||||
const val xmlShimmer = "com.github.skydoves:androidveil:" + Versions.xmlShimmer
|
||||
const val zendeskChat = "com.zendesk:chat:" + Versions.zendeskChat
|
||||
const val zendeskMessaging = "com.zendesk:messaging:" + Versions.zendeskMessaging
|
||||
const val zxingQrBarcodeScanner = "me.dm7.barcodescanner:zxing:" + Versions.zxingQrBarcodeScanner
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ object Versions {
|
|||
const val appsflyer = "6.5.1"
|
||||
const val armadillo = "0.9.0"
|
||||
const val coil = "2.1.0"
|
||||
const val composeShimmer = "1.0.3"
|
||||
const val coroutine = "1.5.2"
|
||||
const val desugarJdkLibs = "1.1.5"
|
||||
const val firebase = "26.0.0"
|
||||
|
|
@ -46,10 +47,10 @@ object Versions {
|
|||
const val retrofit = "2.8.1"
|
||||
const val retrofitMoshiConverter = "2.6.0"
|
||||
const val shopifyBuySdk = "12.0.0"
|
||||
const val skydovesAndroidVeil = "1.1.2"
|
||||
const val spongycastleCryptoCore = "1.58.0.0"
|
||||
const val timber = "4.7.1"
|
||||
const val viewBindingDelegate = "1.5.6"
|
||||
const val xmlShimmer = "1.1.2"
|
||||
const val zendeskChat = "3.3.5"
|
||||
const val zendeskMessaging = "5.2.4"
|
||||
const val zxingQrBarcodeScanner = "1.9.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue