blob: 3fb78c3dda06e1ee46ee0c760b9e517721ad8e56 [file] [log] [blame]
Aurimas Liutikase1b84582021-04-23 14:17:30 -07001[versions]
2# -----------------------------------------------------------------------------
3# All of the following should be updated in sync.
4# -----------------------------------------------------------------------------
Aurimas Liutikasb0470e52022-01-31 15:09:55 -08005androidGradlePlugin = "7.3.0-alpha01"
Aurimas Liutikase1b84582021-04-23 14:17:30 -07006# NOTE: When updating the lint version we also need to update the `api` version
7# supported by `IssueRegistry`'s.' For e.g. r.android.com/1331903
Aurimas Liutikasb0470e52022-01-31 15:09:55 -08008androidLint = "30.3.0-alpha01"
Aurimas Liutikase1b84582021-04-23 14:17:30 -07009# Once you have a chosen version of AGP to upgrade to, go to
10# https://developer.android.com/studio/archive and find the matching version of Studio.
Aurimas Liutikasb0470e52022-01-31 15:09:55 -080011androidStudio = "2021.3.1.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070012# -----------------------------------------------------------------------------
13
Tiem Songbe4bfb12022-01-28 10:58:15 -080014androidGradlePluginMin = "7.0.4"
15androidLintMin = "30.0.4"
Tiem Songd3ab8e32021-07-28 16:37:52 -070016androidLintMinCompose = "30.0.0"
Brett Chabot17707e22021-09-24 20:29:12 +000017androidxTestRunner = "1.4.0"
18androidxTestRules = "1.4.0"
Brett Chabot1b45a642021-12-16 17:55:10 +000019androidxTestMonitor = "1.5.0"
Brett Chabot17707e22021-09-24 20:29:12 +000020androidxTestCore = "1.4.0"
21androidxTestExtJunit = "1.1.3"
22androidxTestExtTruth = "1.4.0"
David Saffbf201d92021-07-01 10:30:01 -040023atomicFu = "0.14.4"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070024autoService = "1.0-rc6"
25autoValue = "1.6.3"
Fred Sladkey7c32b452022-01-20 17:02:09 -050026cmake = "3.22.1"
Daniel Santiago Rivera74c8ee8b2021-11-11 11:17:37 -080027dagger = "2.40.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070028dexmaker = "2.25.0"
29espresso = "3.3.0"
Aurimas Liutikas88b21112021-06-23 10:56:49 -070030guavaJre = "29.0-jre"
Daniel Santiago Rivera74c8ee8b2021-11-11 11:17:37 -080031hilt = "2.40.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070032incap = "0.2"
Jim Sprochc9a5f822021-12-07 18:14:47 -080033kotlin = "1.6.10"
Alexander Gorshenev5e9b3132022-01-13 12:12:21 +030034kotlinNative = "1.6.10"
Yigit Boyar1ecb11a2021-05-27 11:23:43 -070035kotlinCompileTesting = "1.4.1"
Jim Sprochb0b782c2021-10-04 15:31:30 -070036kotlinCoroutines = "1.5.2"
Jim Sprochc9a5f822021-12-07 18:14:47 -080037ksp = "1.6.10-1.0.2"
Jim Sproche1b4e862021-10-06 00:48:22 -070038ktlint = "0.43.0"
Aurimas Liutikas1823c502021-09-29 11:18:03 -070039leakcanary = "2.7"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070040mockito = "2.25.0"
Alexander Gorshenev74159542022-02-14 16:52:31 +030041skiko = "0.7.7"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070042sqldelight = "1.3.0"
43wire = "3.6.0"
44
45[libraries]
Tiem Songbe4bfb12022-01-28 10:58:15 -080046androidBuilderModelMin = { module = "com.android.tools.build:builder-model", version.ref = "androidGradlePluginMin" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070047androidGradlePluginz = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070048androidLint = { module = "com.android.tools.lint:lint", version.ref = "androidLint" }
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070049androidLintMin = { module = "com.android.tools.lint:lint", version.ref = "androidLintMin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070050androidLintApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLint" }
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070051androidLintMinApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLintMin" }
Louis Pullen-Freilich027d77c2021-06-02 20:24:25 +010052androidLintMinComposeApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLintMinCompose" }
Aurimas Liutikasb3483fd2021-06-04 16:56:37 -070053androidLintChecks = { module = "com.android.tools.lint:lint-checks", version.ref = "androidLint" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070054androidLintTests = { module = "com.android.tools.lint:lint-tests", version.ref = "androidLint" }
55autoCommon = { module = "com.google.auto:auto-common", version = "0.11" }
David Saffbf201d92021-07-01 10:30:01 -040056atomicFu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "atomicFu" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070057atomicFuPluginz = { module = "org.jetbrains.kotlinx:atomicfu-gradle-plugin", version.ref = "atomicFu" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070058autoServiceAnnotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
59autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
60autoValue = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" }
61autoValueAnnotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" }
62autoValueParcel = { module = "com.ryanharter.auto.value:auto-value-parcel", version = "0.2.6" }
63antlr4 = { module = "org.antlr:antlr4", version = "4.7.1" }
64apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.10" }
65assertj = { module = "org.assertj:assertj-core", version = "3.11.1" }
66checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" }
Aurimas Liutikasb3483fd2021-06-04 16:56:37 -070067constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.0.1"}
Aurimas Liutikas21d9b222021-06-23 10:40:06 -070068dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
69daggerCompiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070070dexmakerMockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker" }
71dexmakerMockitoInline = { module = "com.linkedin.dexmaker:dexmaker-mockito-inline", version.ref = "dexmaker" }
72dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version = "4.1.1" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070073dokkaGradlePluginz = { module = "org.jetbrains.dokka:dokka-android-gradle-plugin", version = "0.9.17-g014" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070074espressoContrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
75espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
Aurimas Liutikasa8135062021-05-03 15:53:24 -070076espressoIdlingNet = { module = "androidx.test.espresso.idling:idling-net", version.ref = "espresso" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070077espressoIdlingResource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" }
78espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" }
79espressoWeb = { module = "androidx.test.espresso:espresso-web", version.ref = "espresso" }
80findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
81firebaseAppindexing = { module = "com.google.firebase:firebase-appindexing", version = "19.2.0" }
Fred Sladkeye0b43782021-10-15 14:57:10 +000082googletest = { module = "com.android.ndk.thirdparty:googletest", version = "1.11.0-beta-1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070083hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
84hiltAndroidTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070085hiltAndroidGradlePluginz = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070086hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
87hiltCore = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
88intellijAnnotations = { module = "com.intellij:annotations", version = "12.0" }
David Saff982031f2021-09-03 16:06:34 -040089japicmpPluginz = { module = "me.champeau.gradle:japicmp-gradle-plugin", version = "0.2.9" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070090javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
91jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "3.1" }
92jsr250 = { module = "javax.annotation:javax.annotation-api", version = "1.2" }
Aurimas Liutikasb20296a2021-12-21 15:56:47 -080093junit = { module = "junit:junit", version = "4.13.2" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070094gcmNetworkManager = { module = "com.google.android.gms:play-services-gcm", version = "17.0.0" }
95googleCompileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.18" }
96gson = { module = "com.google.code.gson:gson", version = "2.8.0" }
Aurimas Liutikas88b21112021-06-23 10:56:49 -070097guava = { module = "com.google.guava:guava", version.ref = "guavaJre" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070098guavaAndroid = { module = "com.google.guava:guava", version = "29.0-android" }
99guavaListenableFuture = { module = "com.google.guava:listenablefuture", version = "1.0" }
100gradleIncapHelper = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" }
101gradleIncapHelperProcessor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" }
102kotlinAnnotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
Aurimas Liutikasc0f206d2021-06-02 09:29:46 -0700103kotlinCompiler = { module = "org.jetbrains.kotlin:kotlin-compiler", version.ref = "kotlin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700104kotlinCompilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
105kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" }
106kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" }
107kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinCoroutines" }
108kotlinCoroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" }
109kotlinCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
110kotlinCoroutinesGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinCoroutines" }
111kotlinCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
112kotlinCoroutinesRx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinCoroutines" }
113kotlinCoroutinesRx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "kotlinCoroutines" }
114kotlinDaemonEmbeddable = { module = "org.jetbrains.kotlin:kotlin-daemon-embeddable", version.ref = "kotlin" }
Yigit Boyar747941a2021-08-16 17:23:37 -0700115kotlinKlibCommonizer = { module = "org.jetbrains.kotlin:kotlin-klib-commonizer", version.ref = "kotlin" }
Aurimas Liutikas1a0e7b12021-05-04 12:55:40 -0700116kotlinMetadataJvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.3.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700117kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
118kotlinStdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
119kotlinStdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
120kotlinStdlibJs = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700121kotlinGradlePluginz = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700122kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
123kotlinTestAnnotationsCommon = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
124kotlinTestCommon = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
125kotlinTestJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
126kotlinTestJs = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
127kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Aurimas Liutikas3643bbc2021-05-24 14:47:26 -0700128kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.8.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700129ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
130kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700131kspGradlePluginz = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700132leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
133leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" }
134material = { module = "com.google.android.material:material", version = "1.2.1" }
Aurimas Liutikas727dc6b2021-10-26 15:27:51 -0700135metalava = { module = "com.android.tools.metalava:metalava", version = "1.0.0-alpha05" }
weginleee93e9482021-06-07 11:44:39 +0800136mlkitBarcode = { module = "com.google.mlkit:barcode-scanning", version = "16.1.1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700137mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" }
138mockitoAndroid = { module = "org.mockito:mockito-android", version.ref = "mockito" }
139mockitoKotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version = "2.1.0" }
140multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
141nullaway = { module = "com.uber.nullaway:nullaway", version = "0.3.7" }
142okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version = "3.14.7" }
Ben Weissf7671f72021-11-15 12:31:33 +0000143playCore = { module = "com.google.android.play:core", version = "1.10.2" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700144playServicesBase = { module = "com.google.android.gms:play-services-base", version = "17.0.0" }
Neda Topoljanac086768b2021-05-14 19:32:59 +0000145playServicesBasement = { module = "com.google.android.gms:play-services-basement", version = "17.0.0" }
Neda Topoljanac33d95fb2020-12-14 14:15:54 +0000146playServicesWearable = { module = "com.google.android.gms:play-services-wearable", version = "17.1.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700147protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.4.0" }
148protobufCompiler = { module = "com.google.protobuf:protoc", version = "3.10.0" }
Aurimas Liutikas4ecadd62021-12-21 15:21:39 -0800149protobufGradlePluginz = { module = "com.google.protobuf:protobuf-gradle-plugin", version = "0.8.18" }
Neda Topoljanac9a4b6822021-05-07 11:01:31 +0000150protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.10.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700151reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.0" }
152retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.7.2" }
Aurimas Liutikas30c183c2022-01-26 11:14:45 -0800153robolectric = { module = "org.robolectric:robolectric", version = "4.7.3" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700154rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.9" }
155rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.0.0" }
Aurimas Liutikas2ffa7612021-12-16 14:32:02 -0800156shadow = { module = "gradle.plugin.com.github.johnrengelman:shadow", version = "7.1.1" }
Aurimas Liutikas2a93f8b2022-01-21 00:12:34 +0000157skiko = { module = "org.jetbrains.skiko:skiko-awt", version.ref = "skiko" }
Alexander Gorshenevc5d2af32021-10-04 20:02:22 +0300158skikoCommon = { module = "org.jetbrains.skiko:skiko", version.ref = "skiko" }
Aurimas Liutikas2a93f8b2022-01-21 00:12:34 +0000159skikoMacOsArm64 = { module = "org.jetbrains.skiko:skiko-awt-runtime-macos-arm64", version.ref = "skiko" }
160skikoMacOsX64 = { module = "org.jetbrains.skiko:skiko-awt-runtime-macos-x64", version.ref = "skiko" }
161skikoWindowsX64 = { module = "org.jetbrains.skiko:skiko-awt-runtime-windows-x64", version.ref = "skiko" }
162skikoLinuxX64 = { module = "org.jetbrains.skiko:skiko-awt-runtime-linux-x64", version.ref = "skiko" }
163skikoLinuxArm64 = { module = "org.jetbrains.skiko:skiko-awt-runtime-linux-arm64", version.ref = "skiko" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700164sqldelightAndroid = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }
165sqldelightCoroutinesExt = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
Daniel Santiago Rivera393ee092021-06-28 17:43:19 -0700166sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.36.0" }
Brett Chabot17707e22021-09-24 20:29:12 +0000167testCore = { module = "androidx.test:core", version.ref = "androidxTestCore" }
168testExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidxTestExtJunit" }
169testExtJunitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxTestExtJunit" }
170testExtTruth = { module = "androidx.test.ext:truth", version.ref = "androidxTestExtTruth" }
171testMonitor = { module = "androidx.test:monitor", version.ref = "androidxTestMonitor" }
172testRules = { module = "androidx.test:rules", version.ref = "androidxTestRules" }
173testRunner = { module = "androidx.test:runner", version.ref = "androidxTestRunner" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700174testUiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" }
175truth = { module = "com.google.truth:truth", version = "1.0.1" }
Aurimas Liutikasd084e362021-11-19 09:25:43 -0800176toml = { module = "org.tomlj:tomlj", version = "1.0.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700177viewBinding = { module = "androidx.databinding:viewbinding", version = "4.1.2" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700178wireGradlePluginz = { module = "com.squareup.wire:wire-gradle-plugin", version.ref = "wire" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700179wireRuntime = { module = "com.squareup.wire:wire-runtime", version.ref = "wire" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700180xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" }
Yigit Boyar5cabf8f2021-05-20 12:06:55 -0700181xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" }
Aurimas2084d872021-11-22 10:38:48 -0800182
183[plugins]
184kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }