Updated on 2026-08-14
This commit is contained in:
parent
e0f90419f4
commit
a6e04a4344
21 changed files with 540 additions and 359 deletions
68
buildSrc/src/main/java/Versions.kt
Normal file
68
buildSrc/src/main/java/Versions.kt
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
object Versions {
|
||||
// region Classpath
|
||||
const val androidGradlePlugin = "7.1.3"
|
||||
const val androidMavenGradlePlugin = "2.1"
|
||||
const val googleFirebaseCrashlytics = "2.7.1"
|
||||
const val googleServices = "4.3.10"
|
||||
const val kotlin = "1.6.10"
|
||||
// endregion Classpath
|
||||
|
||||
// region AndroidX
|
||||
const val androidxActivityCompose = "1.5.0"
|
||||
const val androidxAppCompat = "1.5.1"
|
||||
const val androidxBrowser = "1.4.0"
|
||||
const val androidxConstraintLayout = "2.1.4"
|
||||
const val androidxCore = "1.9.0"
|
||||
const val androidxFragment = "1.5.3"
|
||||
const val androidxLifecycle = "2.5.1"
|
||||
// endregion AndroidX
|
||||
|
||||
// region Compose
|
||||
const val compose = "1.1.0"
|
||||
const val composeFoundation = "1.2.0-rc03"
|
||||
// endregion Compose
|
||||
|
||||
// region Other libraries
|
||||
const val accompanist = "0.23.0"
|
||||
const val amplitude = "2.36.1"
|
||||
const val appsflyer = "6.5.1"
|
||||
const val armadillo = "0.9.0"
|
||||
const val coil = "2.1.0"
|
||||
const val coroutine = "1.5.2"
|
||||
const val desugarJdkLibs = "1.1.5"
|
||||
const val firebase = "26.0.0"
|
||||
const val googleMaterialComponent = "1.6.1"
|
||||
const val googlePlayCore = "1.10.3"
|
||||
const val googlePlayCoreKtx = "1.8.1"
|
||||
const val googlePlayServicesWallet = "19.1.0"
|
||||
const val kotsonGsonExt = "2.5.0"
|
||||
const val lottie = "3.4.0"
|
||||
const val moshi = "1.12.0"
|
||||
const val okhttp = "4.9.3"
|
||||
const val otaliastudiosCameraView = "2.6.3"
|
||||
const val rekotlin = "1.0.4"
|
||||
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 zendeskChat = "3.3.5"
|
||||
const val zendeskMessaging = "5.2.4"
|
||||
const val zxingQrBarcodeScanner = "1.9.8"
|
||||
const val zxingQrCode = "3.3.3"
|
||||
// endregion Other libraries
|
||||
|
||||
// region Tangem
|
||||
const val tangemBlockchainSdk = "develop-133"
|
||||
const val tangemCardSgk = "develop-165"
|
||||
// endregion Tangem
|
||||
|
||||
// region Testing
|
||||
const val espresso = "3.4.0"
|
||||
const val junit = "4.13.2"
|
||||
const val truth = "1.1.3"
|
||||
const val junitAndroidExt = "1.1.3"
|
||||
// endregion Testing
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue