blob: 0770a51d3540ec685a15eb3c1cb903eab5c83c20 [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 Liutikas4ca90be2021-08-13 11:24:40 -07005androidGradlePlugin = "7.1.0-alpha08"
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 Liutikas4ca90be2021-08-13 11:24:40 -07008androidLint = "30.1.0-alpha08"
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 Liutikas4ca90be2021-08-13 11:24:40 -070011androidStudio = "2021.1.1.8"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070012# -----------------------------------------------------------------------------
13
Alan Viverettec73aa852021-06-22 17:25:51 -040014androidLintMin = "27.2.1"
Tiem Songd3ab8e32021-07-28 16:37:52 -070015androidLintMinCompose = "30.0.0"
Brett Chabot17707e22021-09-24 20:29:12 +000016androidxTestRunner = "1.4.0"
17androidxTestRules = "1.4.0"
18androidxTestMonitor = "1.4.0"
19androidxTestCore = "1.4.0"
20androidxTestExtJunit = "1.1.3"
21androidxTestExtTruth = "1.4.0"
David Saffbf201d92021-07-01 10:30:01 -040022atomicFu = "0.14.4"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070023autoService = "1.0-rc6"
24autoValue = "1.6.3"
Daniel Santiago Rivera82cfe8f2021-07-29 08:40:57 -070025dagger = "2.38.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070026dexmaker = "2.25.0"
27espresso = "3.3.0"
Aurimas Liutikas88b21112021-06-23 10:56:49 -070028guavaJre = "29.0-jre"
Daniel Santiago Rivera82cfe8f2021-07-29 08:40:57 -070029hilt = "2.38.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070030incap = "0.2"
Jim Sprochd6b912e2021-09-20 16:25:46 -070031kotlin = "1.5.31"
Yigit Boyar1ecb11a2021-05-27 11:23:43 -070032kotlinCompileTesting = "1.4.1"
Steven Schäferb7520772021-05-25 17:48:51 +020033kotlinCoroutines = "1.5.0"
Jim Sprochd6b912e2021-09-20 16:25:46 -070034ksp = "1.5.31-1.0.0"
Jeff Gaston14b5ea52021-09-24 16:09:41 -040035ktlint = "0.42.1"
Aurimas Liutikas1823c502021-09-29 11:18:03 -070036leakcanary = "2.7"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070037mockito = "2.25.0"
Alexander Gorshenev46ac9852021-09-22 18:58:49 +030038skiko = "0.4.12"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070039sqldelight = "1.3.0"
40wire = "3.6.0"
41
42[libraries]
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070043androidGradlePluginz = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070044androidLint = { module = "com.android.tools.lint:lint", version.ref = "androidLint" }
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070045androidLintMin = { module = "com.android.tools.lint:lint", version.ref = "androidLintMin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070046androidLintApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLint" }
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070047androidLintMinApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLintMin" }
Louis Pullen-Freilich027d77c2021-06-02 20:24:25 +010048androidLintMinComposeApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLintMinCompose" }
Aurimas Liutikasb3483fd2021-06-04 16:56:37 -070049androidLintChecks = { module = "com.android.tools.lint:lint-checks", version.ref = "androidLint" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070050androidLintTests = { module = "com.android.tools.lint:lint-tests", version.ref = "androidLint" }
51autoCommon = { module = "com.google.auto:auto-common", version = "0.11" }
David Saffbf201d92021-07-01 10:30:01 -040052atomicFu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "atomicFu" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070053atomicFuPluginz = { module = "org.jetbrains.kotlinx:atomicfu-gradle-plugin", version.ref = "atomicFu" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070054autoServiceAnnotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
55autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
56autoValue = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" }
57autoValueAnnotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" }
58autoValueParcel = { module = "com.ryanharter.auto.value:auto-value-parcel", version = "0.2.6" }
59antlr4 = { module = "org.antlr:antlr4", version = "4.7.1" }
60apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.10" }
61assertj = { module = "org.assertj:assertj-core", version = "3.11.1" }
62checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" }
Aurimas Liutikasb3483fd2021-06-04 16:56:37 -070063constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.0.1"}
Aurimas Liutikas21d9b222021-06-23 10:40:06 -070064dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
65daggerCompiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070066dexmakerMockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker" }
67dexmakerMockitoInline = { module = "com.linkedin.dexmaker:dexmaker-mockito-inline", version.ref = "dexmaker" }
68dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version = "4.1.1" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070069dokkaGradlePluginz = { module = "org.jetbrains.dokka:dokka-android-gradle-plugin", version = "0.9.17-g014" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070070espressoContrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
71espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
Aurimas Liutikasa8135062021-05-03 15:53:24 -070072espressoIdlingNet = { module = "androidx.test.espresso.idling:idling-net", version.ref = "espresso" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070073espressoIdlingResource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" }
74espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" }
75espressoWeb = { module = "androidx.test.espresso:espresso-web", version.ref = "espresso" }
76findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
77firebaseAppindexing = { module = "com.google.firebase:firebase-appindexing", version = "19.2.0" }
78hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
79hiltAndroidTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -070080hiltAndroidGradlePluginz = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070081hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
82hiltCore = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
83intellijAnnotations = { module = "com.intellij:annotations", version = "12.0" }
David Saff982031f2021-09-03 16:06:34 -040084japicmpPluginz = { module = "me.champeau.gradle:japicmp-gradle-plugin", version = "0.2.9" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070085javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
86jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "3.1" }
87jsr250 = { module = "javax.annotation:javax.annotation-api", version = "1.2" }
88junit = { module = "junit:junit", version = "4.12" }
89gcmNetworkManager = { module = "com.google.android.gms:play-services-gcm", version = "17.0.0" }
90googleCompileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.18" }
91gson = { module = "com.google.code.gson:gson", version = "2.8.0" }
Aurimas Liutikas88b21112021-06-23 10:56:49 -070092guava = { module = "com.google.guava:guava", version.ref = "guavaJre" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070093guavaAndroid = { module = "com.google.guava:guava", version = "29.0-android" }
94guavaListenableFuture = { module = "com.google.guava:listenablefuture", version = "1.0" }
95gradleIncapHelper = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" }
96gradleIncapHelperProcessor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" }
97kotlinAnnotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
Aurimas Liutikasc0f206d2021-06-02 09:29:46 -070098kotlinCompiler = { module = "org.jetbrains.kotlin:kotlin-compiler", version.ref = "kotlin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070099kotlinCompilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
100kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" }
101kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" }
102kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinCoroutines" }
103kotlinCoroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" }
104kotlinCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
105kotlinCoroutinesGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinCoroutines" }
106kotlinCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
107kotlinCoroutinesRx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinCoroutines" }
108kotlinCoroutinesRx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "kotlinCoroutines" }
109kotlinDaemonEmbeddable = { module = "org.jetbrains.kotlin:kotlin-daemon-embeddable", version.ref = "kotlin" }
Yigit Boyar747941a2021-08-16 17:23:37 -0700110kotlinKlibCommonizer = { module = "org.jetbrains.kotlin:kotlin-klib-commonizer", version.ref = "kotlin" }
Aurimas Liutikas1a0e7b12021-05-04 12:55:40 -0700111kotlinMetadataJvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.3.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700112kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
113kotlinStdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
114kotlinStdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
115kotlinStdlibJs = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700116kotlinGradlePluginz = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700117kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
118kotlinTestAnnotationsCommon = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
119kotlinTestCommon = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
120kotlinTestJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
121kotlinTestJs = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
122kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Aurimas Liutikas3643bbc2021-05-24 14:47:26 -0700123kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.8.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700124ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
125kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700126kspGradlePluginz = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700127leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
128leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" }
129material = { module = "com.google.android.material:material", version = "1.2.1" }
Aurimas Liutikas42052112021-07-29 13:37:34 -0700130metalava = { module = "com.android.tools.metalava:metalava", version = "1.0.0-alpha04" }
weginleee93e9482021-06-07 11:44:39 +0800131mlkitBarcode = { module = "com.google.mlkit:barcode-scanning", version = "16.1.1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700132mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" }
133mockitoAndroid = { module = "org.mockito:mockito-android", version.ref = "mockito" }
134mockitoKotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version = "2.1.0" }
135multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
136nullaway = { module = "com.uber.nullaway:nullaway", version = "0.3.7" }
137okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version = "3.14.7" }
138playCore = { module = "com.google.android.play:core", version = "1.9.1" }
139playServicesBase = { module = "com.google.android.gms:play-services-base", version = "17.0.0" }
Neda Topoljanac086768b2021-05-14 19:32:59 +0000140playServicesBasement = { module = "com.google.android.gms:play-services-basement", version = "17.0.0" }
Neda Topoljanac33d95fb2020-12-14 14:15:54 +0000141playServicesWearable = { module = "com.google.android.gms:play-services-wearable", version = "17.1.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700142protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.4.0" }
143protobufCompiler = { module = "com.google.protobuf:protoc", version = "3.10.0" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700144protobufGradlePluginz = { module = "com.google.protobuf:protobuf-gradle-plugin", version = "0.8.16" }
Neda Topoljanac9a4b6822021-05-07 11:01:31 +0000145protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.10.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700146reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.0" }
147retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.7.2" }
Aurimas Liutikase0261b72021-07-23 16:38:47 -0700148robolectric = { module = "org.robolectric:robolectric", version = "4.6.1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700149rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.9" }
150rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.0.0" }
151shadow = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" }
Aurimas Liutikas4b0918a2021-06-07 09:48:31 -0700152skiko = { module = "org.jetbrains.skiko:skiko-jvm", version.ref = "skiko" }
153skikoMacOsArm64 = { module = "org.jetbrains.skiko:skiko-jvm-runtime-macos-arm64", version.ref = "skiko" }
154skikoMacOsX64 = { module = "org.jetbrains.skiko:skiko-jvm-runtime-macos-x64", version.ref = "skiko" }
155skikoWindowsX64 = { module = "org.jetbrains.skiko:skiko-jvm-runtime-windows-x64", version.ref = "skiko" }
156skikoLinuxX64 = { module = "org.jetbrains.skiko:skiko-jvm-runtime-linux-x64", version.ref = "skiko" }
Oleksandr Karpovich6b442ba2021-06-12 19:07:01 +0200157skikoLinuxArm64 = { module = "org.jetbrains.skiko:skiko-jvm-runtime-linux-arm64", version.ref = "skiko" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700158sqldelightAndroid = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }
159sqldelightCoroutinesExt = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
Daniel Santiago Rivera393ee092021-06-28 17:43:19 -0700160sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.36.0" }
Brett Chabot17707e22021-09-24 20:29:12 +0000161testCore = { module = "androidx.test:core", version.ref = "androidxTestCore" }
162testExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidxTestExtJunit" }
163testExtJunitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxTestExtJunit" }
164testExtTruth = { module = "androidx.test.ext:truth", version.ref = "androidxTestExtTruth" }
165testMonitor = { module = "androidx.test:monitor", version.ref = "androidxTestMonitor" }
166testRules = { module = "androidx.test:rules", version.ref = "androidxTestRules" }
167testRunner = { module = "androidx.test:runner", version.ref = "androidxTestRunner" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700168testUiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" }
169truth = { module = "com.google.truth:truth", version = "1.0.1" }
170viewBinding = { module = "androidx.databinding:viewbinding", version = "4.1.2" }
Aurimas Liutikas4a228f72021-08-05 15:43:18 -0700171wireGradlePluginz = { module = "com.squareup.wire:wire-gradle-plugin", version.ref = "wire" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700172wireRuntime = { module = "com.squareup.wire:wire-runtime", version.ref = "wire" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700173xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" }
Yigit Boyar5cabf8f2021-05-20 12:06:55 -0700174xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" }