mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
120 lines
7.6 KiB
TOML
120 lines
7.6 KiB
TOML
# Please keep each version / library / plugin alphabetized within its own section and subsubsection.
|
|
[versions]
|
|
|
|
# SDK Versions
|
|
compileSdk = "34"
|
|
targetSdk = "34"
|
|
minSdk = "28"
|
|
|
|
# Dependency Versions
|
|
accompanist = "0.30.1"
|
|
androidGradlePlugin = "8.2.0"
|
|
androidxActivity = "1.8.2"
|
|
androidxBrowser = "1.7.0"
|
|
androidxCamera = "1.3.1"
|
|
androidxComposeBom = "2023.10.01"
|
|
# TODO: Once the Material3 color scheme changes are no longer in alpha, we should remove this
|
|
# individual dependency version and use the Compose BOM version (BIT-702).
|
|
androidxComposeMaterial3 = "1.2.0-beta01"
|
|
androidxCore = "1.12.0"
|
|
androidxHiltNavigationCompose = "1.1.0"
|
|
androidxLifecycle = "2.6.2"
|
|
androidxNavigation = "2.7.6"
|
|
androidxRoom = "2.6.1"
|
|
androidXSecurityCrypto = "1.1.0-alpha06"
|
|
androidxSplash = "1.1.0-alpha02"
|
|
androidXAppCompat = "1.6.1"
|
|
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
|
|
# here (BIT-311).
|
|
bitwardenSdk = "0.4.0-20240111.141006-33"
|
|
crashlytics = "2.9.9"
|
|
detekt = "1.23.1"
|
|
firebaseBom = "32.7.0"
|
|
glide = "1.0.0-beta01"
|
|
googleServices = "4.4.0"
|
|
hilt = "2.48"
|
|
junit5 = "5.8.2"
|
|
jvmTarget = "1.8"
|
|
kotlin = "1.9.21"
|
|
kotlinCompilerExtensionVersion = "1.5.7"
|
|
kotlinxCollectionsImmutable = "0.3.6"
|
|
kotlinxCoroutines = "1.7.3"
|
|
kotlinxSerialization = "1.6.2"
|
|
kotlinxKover = "0.7.3"
|
|
ksp = "1.9.21-1.0.16"
|
|
mockk = "1.13.5"
|
|
okhttp = "4.12.0"
|
|
retrofit = "2.9.0"
|
|
retrofitKotlinxSerialization = "1.0.0"
|
|
roboelectric = "4.10.3"
|
|
turbine = "1.0.0"
|
|
zxcvbn4j = "1.8.0"
|
|
zxing = "3.5.2"
|
|
|
|
[libraries]
|
|
# Format: <maintainer>-<artifact-name>
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidXAppCompat" }
|
|
androidx-browser = { module = "androidx.browser:browser", version.ref = "androidxBrowser" }
|
|
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "androidxCamera" }
|
|
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "androidxCamera" }
|
|
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "androidxCamera" }
|
|
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidxComposeBom" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "androidxComposeMaterial3" }
|
|
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
|
|
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" }
|
|
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidxLifecycle" }
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidxRoom" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidxRoom" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidxRoom" }
|
|
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "androidXSecurityCrypto" }
|
|
androidx-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidxSplash" }
|
|
bitwarden-sdk = { module = "com.bitwarden:sdk-android", version.ref = "bitwardenSdk" }
|
|
bumptech-glide = { module = "com.github.bumptech.glide:compose", version.ref = "glide" }
|
|
detekt-detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
|
|
detekt-detekt-rules = { module = "io.gitlab.arturbosch.detekt:detekt-rules-libraries", version.ref = "detekt" }
|
|
google-firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
|
google-firebase-cloud-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }
|
|
google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
|
|
google-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
|
google-hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
|
|
google-hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
|
|
jakewharton-retrofit-kotlinx-serialization = { module = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter", version.ref = "retrofitKotlinxSerialization" }
|
|
junit-junit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit5" }
|
|
junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" }
|
|
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
|
|
mockk-mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
|
|
nulab-zxcvbn4j = { module = "com.nulab-inc:zxcvbn", version.ref = "zxcvbn4j" }
|
|
robolectric-robolectric = { module = "org.robolectric:robolectric", version.ref = "roboelectric" }
|
|
square-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
square-okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
|
square-okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
|
|
square-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
square-turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
|
|
zxing-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kotlinxKover" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|