mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
153 lines
9.6 KiB
TOML
153 lines
9.6 KiB
TOML
# Please keep each version / library / plugin alphabetized within its own section and subsubsection.
|
|
[versions]
|
|
|
|
# App version
|
|
appVersionCode = "1"
|
|
appVersionName = "2025.9.1"
|
|
|
|
# SDK Versions
|
|
compileSdk = "36"
|
|
targetSdk = "36"
|
|
minSdk = "29"
|
|
minSdkBwa = "28"
|
|
|
|
# Dependency Versions
|
|
androidGradlePlugin = "8.13.0"
|
|
androidxActivity = "1.11.0"
|
|
androidxAppCompat = "1.7.1"
|
|
androdixAutofill = "1.3.0"
|
|
androidxBiometrics = "1.2.0-alpha05"
|
|
androidxBrowser = "1.9.0"
|
|
androidxCamera = "1.5.1"
|
|
androidxComposeBom = "2025.10.01"
|
|
androidxCore = "1.17.0"
|
|
androidxCredentials = "1.6.0-beta03"
|
|
androidxCredentialsProviderEvents = "1.0.0-alpha03"
|
|
androidxHiltNavigationCompose = "1.3.0"
|
|
androidxLifecycle = "2.9.4"
|
|
androidxNavigation = "2.9.5"
|
|
androidxRoom = "2.8.3"
|
|
androidxSecurityCrypto = "1.1.0"
|
|
androidxSplash = "1.1.0-rc01"
|
|
androidxWork = "2.11.0"
|
|
bitwardenSdk = "1.0.0-3436-2a00b727"
|
|
crashlytics = "3.0.6"
|
|
detekt = "1.23.8"
|
|
firebaseBom = "34.4.0"
|
|
glide = "1.0.0-beta01"
|
|
googleGuava = "33.5.0-jre"
|
|
googleProtoBufJava = "4.33.0"
|
|
googleProtoBufPlugin = "0.9.5"
|
|
googleServices = "4.4.4"
|
|
googleReview = "2.0.2"
|
|
hilt = "2.57.2"
|
|
junit = "6.0.0"
|
|
jvmTarget = "21"
|
|
kotlin = "2.2.21"
|
|
kotlinxCollectionsImmutable = "0.4.0"
|
|
kotlinxCoroutines = "1.10.2"
|
|
kotlinxSerialization = "1.9.0"
|
|
kotlinxKover = "0.9.3"
|
|
ksp = "2.3.0"
|
|
mockk = "1.14.6"
|
|
okhttp = "5.2.1"
|
|
retrofitBom = "3.0.0"
|
|
robolectric = "4.16"
|
|
sonarqube = "7.0.1.6134"
|
|
testng = "7.11.0"
|
|
timber = "5.0.1"
|
|
turbine = "1.2.1"
|
|
zxing = "3.5.3"
|
|
|
|
[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-autofill = { group = "androidx.autofill", name = "autofill", version.ref = "androdixAutofill" }
|
|
androidx-biometrics = { group = "androidx.biometric", name = "biometric", version.ref = "androidxBiometrics" }
|
|
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" }
|
|
androidx-compose-material3-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" }
|
|
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" }
|
|
#noinspection CredentialDependency - Used for Passkey support, which is not available below Android 14
|
|
androidx-credentials = { module = "androidx.credentials:credentials", version.ref = "androidxCredentials" }
|
|
androidx-credentials-providerevents = { module = "androidx.credentials.providerevents:providerevents", version.ref = "androidxCredentialsProviderEvents" }
|
|
androidx-credentials-providerevents-play-services = { module = "androidx.credentials.providerevents:providerevents-play-services", version.ref = "androidxCredentialsProviderEvents" }
|
|
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" }
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidxWork" }
|
|
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" }
|
|
google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
|
|
google-guava = { module = "com.google.guava:guava", version.ref = "googleGuava" }
|
|
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" }
|
|
google-play-review = { module = "com.google.android.play:review", version.ref = "googleReview" }
|
|
google-protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "googleProtoBufJava" }
|
|
# Included so that Renovate tracks updates since protoc is not referenced directly in `dependency {}` blocks.
|
|
google-protobuf-protoc = { module = "com.google.protobuf:protoc", version.ref = "googleProtoBufJava" }
|
|
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
|
|
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
|
|
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
|
|
junit-vintage = { module = "org.junit.vintage:junit-vintage-engine" }
|
|
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-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", 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" }
|
|
robolectric-robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
|
|
square-okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }
|
|
square-okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
|
square-okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor" }
|
|
square-okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" }
|
|
square-retrofit = { module = "com.squareup.retrofit2:retrofit" }
|
|
square-retrofit-bom = { module = "com.squareup.retrofit2:retrofit-bom", version.ref = "retrofitBom" }
|
|
square-retrofit-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization" }
|
|
square-turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
zxing-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
|
|
testng = { group = "org.testng", name = "testng", version.ref = "testng" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
androidx-room = { id = "androidx.room", version.ref = "androidxRoom" }
|
|
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
google-protobuf = { id = "com.google.protobuf", version.ref = "googleProtoBufPlugin" }
|
|
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-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", 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" }
|
|
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }
|