bitwarden-android/gradle/libs.versions.toml

157 lines
10 KiB
TOML
Raw Permalink Normal View History

2023-08-22 16:03:42 -05:00
# Please keep each version / library / plugin alphabetized within its own section and subsubsection.
[versions]
# SDK Versions
compileSdk = "35"
targetSdk = "35"
minSdk = "29"
minSdkBwa = "28"
2023-08-22 16:03:42 -05:00
# Dependency Versions
2025-03-10 10:46:30 -05:00
androidGradlePlugin = "8.9.0"
androidxActivity = "1.10.1"
2024-01-25 17:56:19 -06:00
androidXBiometrics = "1.2.0-alpha05"
androidxBrowser = "1.8.0"
2024-12-13 14:39:13 -06:00
androidxCamera = "1.4.1"
androidxComposeBom = "2025.03.00"
androidxCore = "1.15.0"
# Versions >= 1.5.0-alpha05 introduce breaking changes and bugs that are not suitable for
# production. Do not update until https://issuetracker.google.com/issues/355141766 is resolved.
2025-03-21 21:46:30 +00:00
androidxCredentials = "1.5.0"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.7"
2025-03-21 21:46:30 +00:00
androidxNavigation = "2.8.9"
androidxRoom = "2.6.1"
androidXSecurityCrypto = "1.1.0-alpha06"
androidxSplash = "1.1.0-rc01"
androidxTest = "1.6.2"
androidxTestRules = "1.6.1"
2024-05-30 12:57:29 -05:00
androidXAppCompat = "1.7.0"
2024-01-15 22:37:50 -06:00
androdixAutofill = "1.1.0"
androidxWork = "2.10.0"
bitwardenSdk = "1.0.0-20250225.125021-120"
2025-02-22 13:20:53 -06:00
crashlytics = "3.0.3"
2025-03-04 14:36:00 -05:00
detekt = "1.23.8"
2025-03-21 13:36:54 -05:00
firebaseBom = "33.11.0"
espresso = "3.6.1"
fastlaneScreengrab = "2.1.1"
glide = "1.0.0-beta01"
googleGuava = "33.4.0-jre"
2025-03-21 16:18:01 -05:00
googleProtoBufJava = "4.30.1"
googleProtoBufPlugin = "0.9.4"
2024-05-30 13:50:26 -05:00
googleServices = "4.4.2"
googleReview = "2.0.2"
2025-02-23 11:28:40 -06:00
hilt = "2.55"
2025-03-21 11:11:12 -05:00
junit5 = "5.12.1"
2024-02-09 13:22:22 -06:00
jvmTarget = "17"
2024-05-29 10:36:35 -05:00
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.1.10"
kotlinxCollectionsImmutable = "0.3.8"
kotlinxCoroutines = "1.10.1"
kotlinxSerialization = "1.8.0"
kotlinxKover = "0.9.1"
ksp = "2.1.10-1.0.30"
2025-03-04 15:17:42 -05:00
mockk = "1.13.17"
okhttp = "4.12.0"
retrofitBom = "2.11.0"
2024-12-02 13:46:23 -06:00
robolectric = "4.14.1"
sonarqube = "6.0.1.5171"
2025-03-04 14:36:18 -05:00
testng = "7.11.0"
2024-10-22 12:37:03 -05:00
timber = "5.0.1"
2024-10-16 13:17:04 -05:00
turbine = "1.2.0"
zxcvbn4j = "1.9.0"
zxing = "3.5.3"
2023-08-22 16:03:42 -05:00
[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" }
2024-01-15 22:37:50 -06:00
androidx-autofill = { group = "androidx.autofill", name = "autofill", version.ref = "androdixAutofill" }
2024-01-25 17:56:19 -06:00
androidx-biometrics = { group = "androidx.biometric", name = "biometric", version.ref = "androidXBiometrics" }
2023-12-04 09:46:58 -06:00
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" }
2023-08-22 16:03:42 -05:00
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" }
2023-08-22 16:03:42 -05:00
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" }
2023-08-22 16:03:42 -05:00
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" }
2024-01-13 11:15:06 -06:00
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidxLifecycle" }
2023-09-21 16:03:40 -05:00
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
2023-08-22 16:03:42 -05:00
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-test-runner = { module = "androidx.test:runner", version.ref = "androidxTest" }
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidxTestRules" }
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidxWork" }
bitwarden-sdk = { module = "com.bitwarden:sdk-android-temp", version.ref = "bitwardenSdk" }
bumptech-glide = { module = "com.github.bumptech.glide:compose", version.ref = "glide" }
2023-08-22 16:03:42 -05:00
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" }
fastlane-screengrab = { module = "tools.fastlane:screengrab", version.ref = "fastlaneScreengrab" }
2023-08-22 16:03:42 -05:00
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-guava = { module = "com.google.guava:guava", version.ref = "googleGuava" }
2023-08-22 16:03:42 -05:00
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" }
2025-03-21 11:11:12 -05:00
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit5" }
junit-junit5 = { 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" }
2023-12-04 09:46:58 -06:00
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }
2023-08-22 16:03:42 -05:00
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" }
2023-08-22 16:03:42 -05:00
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-android = { module = "io.mockk:mockk-android", version.ref = "mockk" }
2023-08-22 16:03:42 -05:00
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 = "robolectric" }
2023-08-22 16:03:42 -05:00
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" }
square-retrofit-bom = { module = "com.squareup.retrofit2:retrofit-bom", version.ref = "retrofitBom" }
square-retrofit-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization" }
2023-08-22 16:03:42 -05:00
square-turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
2024-10-22 12:37:03 -05:00
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
2023-08-22 16:03:42 -05:00
zxing-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
testng = { group = "org.testng", name = "testng", version.ref = "testng" }
2023-08-22 16:03:42 -05:00
[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
2024-09-05 12:22:49 -05:00
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics" }
2023-08-22 16:03:42 -05:00
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" }
2023-08-22 16:03:42 -05:00
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
2024-05-29 10:36:35 -05:00
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
2023-09-21 16:03:40 -05:00
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
2023-08-22 16:03:42 -05:00
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kotlinxKover" }
2023-08-22 16:03:42 -05:00
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
2024-06-20 16:44:39 -04:00
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }