[versions] # AGP android-gradle-plugin = "8.13.1" # Keep lint version in sync android-lint = "31.13.1" # Kotlin coroutines = "1.10.2" kotlin = "2.2.21" serialization = "1.9.0" # AndroidX activity = "1.12.1" 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.5.0" compose-bom = "2025.11.01" concurrent = "1.3.0" constraintlayout = "2.2.1" constraintlayout-compose = "1.1.1" coordinatorlayout = "1.3.0" core = "1.17.0" core-splashscreen = "1.2.0" datastore = "1.2.0" drawerlayout = "1.2.0" fragment = "1.8.9" lifecycle = "2.10.0" localbroadcastmanager = "1.0.0" media = "1.7.1" nav3Core = "1.0.0" navigation = "2.9.5" paging = "3.3.6" palette = "1.0.0" preferences = "1.2.1" profileinstaller = "1.4.0" recyclerview = "1.4.0" room = "2.8.4" savedstate = "1.4.0" swiperefreshlayout = "1.1.0" transition = "1.6.0" viewpager2 = "1.1.0" window = "1.5.1" work = "2.11.0" # Google other accompanist = "0.37.3" firebase-messaging = "25.0.1" installreferrer = "2.2" ksp = "2.3.3" material = "1.13.0" osslicenses-plugin = "0.10.7" play-review = "2.0.2" play-services-ads-id = "18.2.0" play-services-base = "18.9.0" play-services-fido = "21.2.0" protobuf = "4.33.0" # Keep Protobuf in sync with the version used by AppServices. # Gradle plugins jacoco = "0.8.14" kotlin-dsl = "5.2.0" protobuf-plugin = "0.9.5" python-envs-plugin = "0.0.31" semanticdb-javac = "0.11.1" semanticdb-kotlinc = "0.7.0" tomlj = "1.1.1" # Linters detekt = "1.23.8" google-java-format = "1.28.0" ktlint = "1.8.0" spotless = "8.1.0" # Mozilla glean = "66.2.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.1" leakcanary = "2.14" mockito = "5.20.0" mockk = "1.14.6" robolectric = "4.16" # Third party libraries adjust = "5.4.6" androidsvg = "1.4" disklrucache = "2.0.2" jna = "5.18.1" okhttp = "4.12.0" okio = "3.15.0" sentry = "8.27.1" zxing = "3.5.4" [libraries] # AGP android-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "android-gradle-plugin" } # Kotlin kotlin-annotations-jvm = { group = "org.jetbrains.kotlin", name = "kotlin-annotations-jvm", version.ref = "kotlin" } kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" } kotlin-serialization = { group = "org.jetbrains.kotlin.plugin.serialization", name = "org.jetbrains.kotlin.plugin.serialization.gradle.plugin", version.ref = "kotlin" } kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" } kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" } kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" } # AndroidX androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" } androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" } androidx-annotation-experimental = { group = "androidx.annotation", name = "annotation-experimental", version.ref = "annotation-experimental" } androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } androidx-arch-core-common = { group = "androidx.arch.core", name = "core-common", version.ref = "arch" } androidx-arch-core-testing = { group = "androidx.arch.core", name = "core-testing", version.ref = "arch" } androidx-autofill = { group = "androidx.autofill", name = "autofill", version.ref = "autofill" } androidx-benchmark-gradle = { group = "androidx.benchmark", name = "benchmark-gradle-plugin", version.ref = "benchmark" } androidx-benchmark-junit4 = { group = "androidx.benchmark", name = "benchmark-junit4", version.ref = "benchmark" } androidx-benchmark-macro-junit4 = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "benchmark" } androidx-biometric = { group = "androidx.biometric", name = "biometric", version.ref = "biometric" } androidx-browser = { group = "androidx.browser", name = "browser", version.ref = "browser" } androidx-cardview = { group = "androidx.cardview", name = "cardview", version.ref = "cardview" } androidx-collection = { group = "androidx.collection", name = "collection", version.ref = "collection" } androidx-concurrent = { group = "androidx.concurrent", name = "concurrent-futures-ktx", version.ref = "concurrent" } androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } androidx-constraintlayout-compose = { group = "androidx.constraintlayout", name = "constraintlayout-compose", version.ref = "constraintlayout-compose" } androidx-coordinatorlayout = { group = "androidx.coordinatorlayout", name = "coordinatorlayout", version.ref = "coordinatorlayout" } androidx-core = { group = "androidx.core", name = "core", version.ref = "core" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core" } androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "core-splashscreen" } androidx-datastore = { group = "androidx.datastore", name = "datastore", version.ref = "datastore" } androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" } androidx-drawerlayout = { group = "androidx.drawerlayout", name = "drawerlayout", version.ref = "drawerlayout" } androidx-fragment = { group = "androidx.fragment", name = "fragment", version.ref = "fragment" } androidx-fragment-compose = { group = "androidx.fragment", name = "fragment-compose", version.ref = "fragment" } androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragment" } androidx-lifecycle-common = { group = "androidx.lifecycle", name = "lifecycle-common", version.ref = "lifecycle" } androidx-lifecycle-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lifecycle" } androidx-lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycle" } androidx-lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" } androidx-lifecycle-service = { group = "androidx.lifecycle", name = "lifecycle-service", version.ref = "lifecycle" } androidx-lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-localbroadcastmanager = { group = "androidx.localbroadcastmanager", name = "localbroadcastmanager", version.ref = "localbroadcastmanager" } androidx-media = { group = "androidx.media", name = "media", version.ref = "media" } androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "nav3Core" } androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "nav3Core" } androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" } androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" } androidx-navigation-safeargs = { group = "androidx.navigation", name = "navigation-safe-args-gradle-plugin", version.ref = "navigation" } androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation" } androidx-paging = { group = "androidx.paging", name = "paging-runtime", version.ref = "paging" } androidx-palette = { group = "androidx.palette", name = "palette-ktx", version.ref = "palette" } androidx-preferences = { group = "androidx.preference", name = "preference", version.ref = "preferences" } androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "profileinstaller" } androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" } androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } androidx-room-runtime = { group = "androidx.room", name = "room-ktx", version.ref = "room" } androidx-room-testing = { group = "androidx.room", name = "room-testing", version.ref = "room" } androidx-savedstate = { group = "androidx.savedstate", name = "savedstate", version.ref = "savedstate" } androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" } androidx-transition = { group = "androidx.transition", name = "transition", version.ref = "transition" } androidx-viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref = "viewpager2" } androidx-window-core = { module = "androidx.window:window-core", version.ref = "window" } androidx-work-runtime = { group = "androidx.work", name = "work-runtime", version.ref = "work" } androidx-work-testing = { group = "androidx.work", name = "work-testing", version.ref = "work" } # AndroidX Compose androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" } androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" } androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" } androidx-compose-material3-adaptive = { group = "androidx.compose.material3.adaptive", name = "adaptive" } androidx-compose-material3-adaptivelayout = { group = "androidx.compose.material3.adaptive", name = "adaptive-layout" } androidx-compose-material3-adaptivenavigation = { group = "androidx.compose.material3.adaptive", name = "adaptive-navigation" } androidx-compose-material3-adaptivenavigationsuite = { group = "androidx.compose.material3", name = "material3-adaptive-navigation-suite" } androidx-compose-material3-windowsizeclass = { group = "androidx.compose.material3", name = "material3-window-size-class" } androidx-compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core" } androidx-compose-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" } androidx-compose-runtime-saveable = { group = "androidx.compose.runtime", name = "runtime-saveable" } androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" } androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } androidx-compose-ui-test = { group = "androidx.compose.ui", name = "ui-test-junit4" } androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } androidx-compose-ui-text-android = { group = "androidx.compose.ui", name = "ui-text-android" } androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } # Google other accompanist-drawablepainter = { group = "com.google.accompanist", name = "accompanist-drawablepainter", version.ref = "accompanist" } firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging", version.ref = "firebase-messaging" } installreferrer = { group = "com.android.installreferrer", name = "installreferrer", version.ref = "installreferrer" } google-material = { group = "com.google.android.material", name = "material", version.ref = "material" } ksp-symbol-processing-aa = { group = "com.google.devtools.ksp", name = "symbol-processing-aa", version.ref = "ksp" } ksp-symbol-processing-aa-embeddable = { group = "com.google.devtools.ksp", name = "symbol-processing-aa-embeddable", version.ref = "ksp" } ksp-symbol-processing-api = { group = "com.google.devtools.ksp", name = "symbol-processing-api", version.ref = "ksp" } ksp-symbol-processing-common-deps = { group = "com.google.devtools.ksp", name = "symbol-processing-common-deps", version.ref = "ksp" } osslicenses-plugin = { group = "com.google.android.gms", name = "oss-licenses-plugin", version.ref = "osslicenses-plugin" } play-review = { group = "com.google.android.play", name = "review", version.ref = "play-review" } play-review-ktx = { group = "com.google.android.play", name = "review-ktx", version.ref = "play-review" } play-services-ads-id = { group = "com.google.android.gms", name = "play-services-ads-identifier", version.ref = "play-services-ads-id" } play-services-base = { group = "com.google.android.gms", name = "play-services-base", version.ref = "play-services-base" } play-services-fido = { group = "com.google.android.gms", name = "play-services-fido", version.ref = "play-services-fido" } protobuf-compiler = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" } protobuf-javalite = { group = "com.google.protobuf", name = "protobuf-javalite", version.ref = "protobuf" } # Gradle plugins semanticdb-java = { group = "com.sourcegraph", name = "semanticdb-javac", version.ref = "semanticdb-javac" } semanticdb-kotlin = { group = "com.github.mozsearch", name = "semanticdb-kotlinc", version.ref = "semanticdb-kotlinc" } tomlj = { group = "org.tomlj", name = "tomlj", version.ref = "tomlj" } # Linters android-lint = { group = "com.android.tools.lint", name = "lint", version.ref = "android-lint" } android-lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "android-lint" } android-lint-checks = { group = "com.android.tools.lint", name = "lint-checks", version.ref = "android-lint" } android-lint-tests = { group = "com.android.tools.lint", name = "lint-tests", version.ref = "android-lint" } detekt-api = { group = "io.gitlab.arturbosch.detekt", name = "detekt-api", version.ref = "detekt" } detekt-cli = { group = "io.gitlab.arturbosch.detekt", name = "detekt-cli", version.ref = "detekt" } detekt-test = { group = "io.gitlab.arturbosch.detekt", name = "detekt-test", version.ref = "detekt" } google-java-format = { group = "com.google.googlejavaformat", name = "google-java-format", version.ref = "google-java-format" } ktlint = { group = "com.pinterest.ktlint", name = "ktlint-cli", version.ref = "ktlint" } # Mozilla mozilla-glean = { group = "org.mozilla.telemetry", name = "glean", version.ref = "glean" } mozilla-glean-forUnitTests = { group = "org.mozilla.telemetry", name = "glean-native-forUnitTests", version.ref = "glean" } mozilla-glean-gradle-plugin = { group = "org.mozilla.telemetry", name = "glean-gradle-plugin", version.ref = "glean" } # Testing libraries androidx-test-core = { group = "androidx.test", name = "core-ktx", version.ref = "androidx-test" } androidx-test-espresso-contrib = { group = "androidx.test.espresso", name = "espresso-contrib", version.ref = "androidx-test-espresso" } androidx-test-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-test-espresso" } androidx-test-espresso-idling-resource = { group = "androidx.test.espresso", name = "espresso-idling-resource", version.ref = "androidx-test-espresso" } androidx-test-espresso-intents = { group = "androidx.test.espresso", name = "espresso-intents", version.ref = "androidx-test-espresso" } androidx-test-espresso-web = { group = "androidx.test.espresso", name = "espresso-web", version.ref = "androidx-test-espresso" } androidx-test-junit = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "androidx-test-ext" } androidx-test-monitor = { group = "androidx.test", name = "monitor", version.ref = "androidx-test-monitor" } androidx-test-orchestrator = { group = "androidx.test", name = "orchestrator", version.ref = "androidx-test-orchestrator" } androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidx-test" } androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-test-runner" } androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidx-test-uiautomator" } junit4 = { group = "junit", name = "junit", version.ref = "junit4" } junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit6" } junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } junit-vintage = { group = "org.junit.vintage", name = "junit-vintage-engine" } leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" } leakcanary-instrumentation = { group = "com.squareup.leakcanary", name = "leakcanary-android-instrumentation", version.ref = "leakcanary" } mockito = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" } mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" } mockk-android = { group = "io.mockk", name = "mockk-android", version.ref = "mockk" } robolectric = { group = "org.robolectric", name = "robolectric", version.ref = "robolectric" } # Third party libraries adjust = { group = "com.adjust.sdk", name = "adjust-android", version.ref = "adjust" } jna = { group = "net.java.dev.jna", name = "jna", version.ref = "jna" } androidsvg = { group = "com.caverock", name = "androidsvg-aar", version.ref = "androidsvg" } disklrucache = { group = "com.jakewharton", name = "disklrucache", version.ref = "disklrucache" } mockwebserver = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref = "okhttp" } okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" } okhttp-urlconnection = { group = "com.squareup.okhttp3", name = "okhttp-urlconnection", version.ref = "okhttp" } okio = { group = "com.squareup.okio", name = "okio", version.ref = "okio" } sentry = { group = "io.sentry", name = "sentry-android", version.ref = "sentry" } zxing = { group = "com.google.zxing", name = "core", version.ref = "zxing" } [plugins] 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" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } python-envs-plugin = {id = "com.jetbrains.python.envs", version.ref = "python-envs-plugin"} protobuf-plugin = {id = "com.google.protobuf", version.ref = "protobuf-plugin"} spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }