[versions] # AGP android-gradle-plugin = "8.13.2" # Keep lint version in sync android-lint = "31.13.2" # Kotlin coroutines = "1.10.2" kotlin = "2.3.10" serialization = "1.10.0" # AndroidX activity = "1.13.0" annotation = "1.9.1" annotation-experimental = "1.5.1" appcompat = "1.7.1" arch = "2.2.0" autofill = "1.3.0" benchmark = "1.4.1" biometric = "1.1.0" browser = "1.9.0" cardview = "1.0.0" collection = "1.6.0" compose-bom = "2026.03.00" concurrent = "1.3.0" constraintlayout = "2.2.1" constraintlayout-compose = "1.1.1" coordinatorlayout = "1.3.0" core = "1.18.0" core-splashscreen = "1.2.0" datastore = "1.2.1" documentfile = "1.1.0" drawerlayout = "1.2.0" emoji2 = "1.6.0" fragment = "1.8.9" lifecycle = "2.10.0" media = "1.7.1" navigation = "2.9.7" navigation3 = "1.0.1" paging = "3.4.1" palette = "1.0.0" preferences = "1.2.1" profileinstaller = "1.4.0" recyclerview = "1.4.0" room = "2.8.4" savedstate = "1.4.0" startup = "1.2.0" swiperefreshlayout = "1.2.0" transition = "1.7.0" viewpager2 = "1.1.0" window = "1.5.1" work = "2.11.1" # Google other accompanist = "0.37.3" firebase-messaging = "25.0.1" installreferrer = "2.2" ksp = "2.3.6" material = "1.13.0" mlkit-prompt = "1.0.0-beta1" osslicenses-plugin = "0.10.10" play-integrity = "1.6.0" play-review = "2.0.2" play-services-ads-id = "18.3.0" play-services-base = "18.10.0" play-services-fido = "21.2.0" protobuf = "4.33.2" # Keep Protobuf in sync with the version used by AppServices. # Gradle plugins dependency-analysis = "3.6.1" jacoco = "0.8.14" kaml = "0.104.0" kotlin-dsl = "6.5.2" protobuf-plugin = "0.9.6" python-envs-plugin = "0.0.31" semanticdb-javac = "0.11.1" semanticdb-kotlinc = "0.8.2" tomlj = "1.1.1" # Linters detekt = "1.23.8" google-java-format = "1.28.0" ktlint = "1.8.0" spotless = "8.3.0" # Mozilla glean = "67.1.0" # Testing libraries androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext = "1.3.0" androidx-test-monitor = "1.8.0" androidx-test-orchestrator = "1.6.1" androidx-test-runner = "1.7.0" androidx-test-uiautomator = "2.3.0" junit4 = "4.13.2" junit6 = "6.0.3" leakcanary = "2.14" mockito = "5.22.0" mockk = "1.14.9" robolectric = "4.16" # Third party libraries adjust = "5.5.1" androidsvg = "1.4" disklrucache = "2.0.2" jetbrains-markdown = "0.7.3" jna = "5.18.1" json = "20251224" okhttp = "5.3.2" okio = "3.16.4" sentry = "8.34.1" zxing = "3.5.4" [libraries] # AGP android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" } # Kotlin kotlin-annotations-jvm = { module = "org.jetbrains.kotlin:kotlin-annotations-jvm", version.ref = "kotlin" } kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } kotlin-serialization = { module = "org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin", version.ref = "kotlin" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" } # AndroidX androidx-activity = { module = "androidx.activity:activity", version.ref = "activity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" } androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } androidx-annotation-experimental = { module = "androidx.annotation:annotation-experimental", version.ref = "annotation-experimental" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } androidx-arch-core-common = { module = "androidx.arch.core:core-common", version.ref = "arch" } androidx-arch-core-testing = { module = "androidx.arch.core:core-testing", version.ref = "arch" } androidx-autofill = { module = "androidx.autofill:autofill", version.ref = "autofill" } androidx-benchmark-gradle = { module = "androidx.benchmark:benchmark-gradle-plugin", version.ref = "benchmark" } androidx-benchmark-junit4 = { module = "androidx.benchmark:benchmark-junit4", version.ref = "benchmark" } androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" } androidx-browser = { module = "androidx.browser:browser", version.ref = "browser" } androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "cardview" } androidx-collection = { module = "androidx.collection:collection", version.ref = "collection" } androidx-concurrent = { module = "androidx.concurrent:concurrent-futures-ktx", version.ref = "concurrent" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "constraintlayout-compose" } androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "coordinatorlayout" } androidx-core = { module = "androidx.core:core", version.ref = "core" } androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "core" } androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" } androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" } androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" } androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "documentfile" } androidx-drawerlayout = { module = "androidx.drawerlayout:drawerlayout", version.ref = "drawerlayout" } androidx-emoji2 = { module = "androidx.emoji2:emoji2", version.ref = "emoji2" } androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" } androidx-fragment-compose = { module = "androidx.fragment:fragment-compose", version.ref = "fragment" } androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" } androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" } androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" } androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle" } androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" } androidx-lifecycle-runtime-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" } androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle" } androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-media = { module = "androidx.media:media", version.ref = "media" } androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" } androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" } androidx-navigation-safeargs = { module = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref = "navigation" } androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigation" } androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" } androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" } androidx-paging = { module = "androidx.paging:paging-runtime", version.ref = "paging" } androidx-palette = { module = "androidx.palette:palette-ktx", version.ref = "palette" } androidx-preferences = { module = "androidx.preference:preference", version.ref = "preferences" } androidx-profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "profileinstaller" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } androidx-room-runtime = { module = "androidx.room:room-ktx", version.ref = "room" } androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "room" } androidx-savedstate = { module = "androidx.savedstate:savedstate", version.ref = "savedstate" } androidx-startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "startup" } androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" } androidx-transition = { module = "androidx.transition:transition", version.ref = "transition" } androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" } androidx-window-core = { module = "androidx.window:window-core", version.ref = "window" } androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "work" } androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "work" } # AndroidX Compose androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" } androidx-compose-animation = { module = "androidx.compose.animation:animation" } androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-core" } androidx-compose-material3 = { module = "androidx.compose.material3:material3" } androidx-compose-material3-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" } androidx-compose-material3-adaptivelayout = { module = "androidx.compose.material3.adaptive:adaptive-layout" } androidx-compose-material3-adaptivenavigation = { module = "androidx.compose.material3.adaptive:adaptive-navigation" } androidx-compose-material3-adaptivenavigationsuite = { module = "androidx.compose.material3:material3-adaptive-navigation-suite" } androidx-compose-material3-windowsizeclass = { module = "androidx.compose.material3:material3-window-size-class" } androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" } androidx-compose-runtime-saveable = { module = "androidx.compose.runtime:runtime-saveable" } 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-text-android = { module = "androidx.compose.ui:ui-text-android" } androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } # Google other accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist" } firebase-messaging = { module = "com.google.firebase:firebase-messaging", version.ref = "firebase-messaging" } google-material = { module = "com.google.android.material:material", version.ref = "material" } installreferrer = { module = "com.android.installreferrer:installreferrer", version.ref = "installreferrer" } ksp-symbol-processing-aa = { module = "com.google.devtools.ksp:symbol-processing-aa", version.ref = "ksp" } ksp-symbol-processing-aa-embeddable = { module = "com.google.devtools.ksp:symbol-processing-aa-embeddable", version.ref = "ksp" } ksp-symbol-processing-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } ksp-symbol-processing-common-deps = { module = "com.google.devtools.ksp:symbol-processing-common-deps", version.ref = "ksp" } mlkit-prompt = { module = "com.google.mlkit:genai-prompt", version.ref = "mlkit-prompt" } osslicenses-plugin = { module = "com.google.android.gms:oss-licenses-plugin", version.ref = "osslicenses-plugin" } play-integrity = { module = "com.google.android.play:integrity", version.ref = "play-integrity" } play-review = { module = "com.google.android.play:review", version.ref = "play-review" } play-review-ktx = { module = "com.google.android.play:review-ktx", version.ref = "play-review" } play-services-ads-id = { module = "com.google.android.gms:play-services-ads-identifier", version.ref = "play-services-ads-id" } play-services-base = { module = "com.google.android.gms:play-services-base", version.ref = "play-services-base" } play-services-fido = { module = "com.google.android.gms:play-services-fido", version.ref = "play-services-fido" } protobuf-compiler = { module = "com.google.protobuf:protoc", version.ref = "protobuf" } protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" } # Gradle plugins kaml = { module = "com.charleskorn.kaml:kaml", version.ref = "kaml" } semanticdb-java = { module = "com.sourcegraph:semanticdb-javac", version.ref = "semanticdb-javac" } semanticdb-kotlin = { module = "com.github.mozsearch:semanticdb-kotlinc", version.ref = "semanticdb-kotlinc" } tomlj = { module = "org.tomlj:tomlj", version.ref = "tomlj" } # Linters android-lint = { module = "com.android.tools.lint:lint", version.ref = "android-lint" } android-lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "android-lint" } android-lint-checks = { module = "com.android.tools.lint:lint-checks", version.ref = "android-lint" } android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "android-lint" } detekt-api = { module = "io.gitlab.arturbosch.detekt:detekt-api", version.ref = "detekt" } detekt-cli = { module = "io.gitlab.arturbosch.detekt:detekt-cli", version.ref = "detekt" } detekt-test = { module = "io.gitlab.arturbosch.detekt:detekt-test", version.ref = "detekt" } google-java-format = { module = "com.google.googlejavaformat:google-java-format", version.ref = "google-java-format" } ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" } # Mozilla mozilla-glean = { module = "org.mozilla.telemetry:glean", version.ref = "glean" } mozilla-glean-forUnitTests = { module = "org.mozilla.telemetry:glean-native-forUnitTests", version.ref = "glean" } mozilla-glean-gradle-plugin = { module = "org.mozilla.telemetry:glean-gradle-plugin", version.ref = "glean" } # Testing libraries androidx-test-core = { module = "androidx.test:core-ktx", version.ref = "androidx-test" } androidx-test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "androidx-test-espresso" } androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" } androidx-test-espresso-idling-resource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "androidx-test-espresso" } androidx-test-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "androidx-test-espresso" } androidx-test-espresso-web = { module = "androidx.test.espresso:espresso-web", version.ref = "androidx-test-espresso" } androidx-test-junit = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" } androidx-test-monitor = { module = "androidx.test:monitor", version.ref = "androidx-test-monitor" } androidx-test-orchestrator = { module = "androidx.test:orchestrator", version.ref = "androidx-test-orchestrator" } androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" } androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidx-test-uiautomator" } junit-bom = { module = "org.junit:junit-bom", version.ref = "junit6" } 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" } junit4 = { module = "junit:junit", version.ref = "junit4" } leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" } leakcanary-instrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" } mockito = { module = "org.mockito:mockito-core", version.ref = "mockito" } mockk = { module = "io.mockk:mockk", version.ref = "mockk" } mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } # Third party libraries adjust = { module = "com.adjust.sdk:adjust-android", version.ref = "adjust" } androidsvg = { module = "com.caverock:androidsvg-aar", version.ref = "androidsvg" } disklrucache = { module = "com.jakewharton:disklrucache", version.ref = "disklrucache" } jetbrains-markdown = { module = "org.jetbrains:markdown", version.ref = "jetbrains-markdown" } jna = { module = "net.java.dev.jna:jna", version.ref = "jna" } json = { module = "org.json:json", version.ref = "json" } mockwebserver = { module = "com.squareup.okhttp3:mockwebserver3", version.ref = "okhttp" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } okhttp-urlconnection = { module = "com.squareup.okhttp3:okhttp-urlconnection", version.ref = "okhttp" } okio = { module = "com.squareup.okio:okio", version.ref = "okio" } sentry = { module = "io.sentry:sentry-android-core", version.ref = "sentry" } zxing = { module = "com.google.zxing:core", version.ref = "zxing" } [plugins] android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" } dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependency-analysis" } detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlin-dsl = { id = "org.gradle.kotlin.kotlin-dsl", version.ref = "kotlin-dsl" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } protobuf-plugin = { id = "com.google.protobuf", version.ref = "protobuf-plugin" } python-envs-plugin = { id = "com.jetbrains.python.envs", version.ref = "python-envs-plugin" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }