blob: 8c79da7e25e9c0fbea05c39784259464f80bc182 [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 Liutikase54847d2021-05-19 10:58:12 -07005androidGradlePlugin = "7.1.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 Liutikase54847d2021-05-19 10:58:12 -07008androidLint = "30.1.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 Liutikase54847d2021-05-19 10:58:12 -070011androidStudio = "2021.1.1.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070012# -----------------------------------------------------------------------------
13
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070014androidLintMin = "26.3.0"
Aurimas Liutikasa595c652021-05-25 11:01:11 -070015androidxTest = "1.4.0-beta01"
16androidxTestExt = "1.1.3-beta01"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070017autoService = "1.0-rc6"
18autoValue = "1.6.3"
19dexmaker = "2.25.0"
20espresso = "3.3.0"
Aurimas Liutikas18e766d2021-05-25 16:40:19 -070021hilt = "2.36"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070022incap = "0.2"
Jim Sprocha9e3f282021-05-24 17:18:38 -070023kotlin = "1.5.10"
Yigit Boyar1ecb11a2021-05-27 11:23:43 -070024kotlinCompileTesting = "1.4.1"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070025kotlinCoroutines = "1.4.3"
Yigit Boyar1ecb11a2021-05-27 11:23:43 -070026ksp = "1.5.10-1.0.0-beta01"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070027leakcanary = "2.2"
28mockito = "2.25.0"
29sqldelight = "1.3.0"
30wire = "3.6.0"
31
32[libraries]
33androidGradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
34androidLint = { module = "com.android.tools.lint:lint", version.ref = "androidLint" }
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070035androidLintMin = { module = "com.android.tools.lint:lint", version.ref = "androidLintMin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070036androidLintApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLint" }
Aurimas Liutikasbc1dbeb2021-05-04 13:36:59 -070037androidLintMinApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLintMin" }
Aurimas Liutikasb3483fd2021-06-04 16:56:37 -070038androidLintChecks = { module = "com.android.tools.lint:lint-checks", version.ref = "androidLint" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070039androidLintTests = { module = "com.android.tools.lint:lint-tests", version.ref = "androidLint" }
40autoCommon = { module = "com.google.auto:auto-common", version = "0.11" }
41autoServiceAnnotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
42autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
43autoValue = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" }
44autoValueAnnotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" }
45autoValueParcel = { module = "com.ryanharter.auto.value:auto-value-parcel", version = "0.2.6" }
46antlr4 = { module = "org.antlr:antlr4", version = "4.7.1" }
47apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.10" }
48assertj = { module = "org.assertj:assertj-core", version = "3.11.1" }
49checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" }
Aurimas Liutikasb3483fd2021-06-04 16:56:37 -070050constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.0.1"}
Aurimas Liutikase1b84582021-04-23 14:17:30 -070051dagger = { module = "com.google.dagger:dagger-compiler", version = "2.35" }
52dexmakerMockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker" }
53dexmakerMockitoInline = { module = "com.linkedin.dexmaker:dexmaker-mockito-inline", version.ref = "dexmaker" }
54dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version = "4.1.1" }
55dokkaGradlePlugin = { module = "org.jetbrains.dokka:dokka-android-gradle-plugin", version = "0.9.17-g014" }
56espressoContrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
57espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
Aurimas Liutikasa8135062021-05-03 15:53:24 -070058espressoIdlingNet = { module = "androidx.test.espresso.idling:idling-net", version.ref = "espresso" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070059espressoIdlingResource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" }
60espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" }
61espressoWeb = { module = "androidx.test.espresso:espresso-web", version.ref = "espresso" }
62findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
63firebaseAppindexing = { module = "com.google.firebase:firebase-appindexing", version = "19.2.0" }
64hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
65hiltAndroidTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
66hiltAndroidGradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
67hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
68hiltCore = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
69intellijAnnotations = { module = "com.intellij:annotations", version = "12.0" }
70javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
71jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "3.1" }
72jsr250 = { module = "javax.annotation:javax.annotation-api", version = "1.2" }
73junit = { module = "junit:junit", version = "4.12" }
74gcmNetworkManager = { module = "com.google.android.gms:play-services-gcm", version = "17.0.0" }
75googleCompileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.18" }
76gson = { module = "com.google.code.gson:gson", version = "2.8.0" }
77guava = { module = "com.google.guava:guava", version = "29.0-jre" }
78guavaAndroid = { module = "com.google.guava:guava", version = "29.0-android" }
79guavaListenableFuture = { module = "com.google.guava:listenablefuture", version = "1.0" }
80gradleIncapHelper = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" }
81gradleIncapHelperProcessor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" }
82kotlinAnnotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
Aurimas Liutikasc0f206d2021-06-02 09:29:46 -070083kotlinCompiler = { module = "org.jetbrains.kotlin:kotlin-compiler", version.ref = "kotlin" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070084kotlinCompilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
85kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" }
86kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" }
87kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinCoroutines" }
88kotlinCoroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" }
89kotlinCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
90kotlinCoroutinesGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinCoroutines" }
91kotlinCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
92kotlinCoroutinesRx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinCoroutines" }
93kotlinCoroutinesRx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "kotlinCoroutines" }
94kotlinDaemonEmbeddable = { module = "org.jetbrains.kotlin:kotlin-daemon-embeddable", version.ref = "kotlin" }
Aurimas Liutikas1a0e7b12021-05-04 12:55:40 -070095kotlinMetadataJvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.3.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070096kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
97kotlinStdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
98kotlinStdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
99kotlinStdlibJs = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" }
100kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
101kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
102kotlinTestAnnotationsCommon = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
103kotlinTestCommon = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
104kotlinTestJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
105kotlinTestJs = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
106kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Aurimas Liutikas3643bbc2021-05-24 14:47:26 -0700107kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.8.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700108ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
109kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
110kspGradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
111leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
112leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" }
113material = { module = "com.google.android.material:material", version = "1.2.1" }
weginleee93e9482021-06-07 11:44:39 +0800114mlkitBarcode = { module = "com.google.mlkit:barcode-scanning", version = "16.1.1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700115mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" }
116mockitoAndroid = { module = "org.mockito:mockito-android", version.ref = "mockito" }
117mockitoKotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version = "2.1.0" }
118multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
119nullaway = { module = "com.uber.nullaway:nullaway", version = "0.3.7" }
120okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version = "3.14.7" }
121playCore = { module = "com.google.android.play:core", version = "1.9.1" }
122playServicesBase = { module = "com.google.android.gms:play-services-base", version = "17.0.0" }
Neda Topoljanac086768b2021-05-14 19:32:59 +0000123playServicesBasement = { module = "com.google.android.gms:play-services-basement", version = "17.0.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700124protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.4.0" }
125protobufCompiler = { module = "com.google.protobuf:protoc", version = "3.10.0" }
Aurimas Liutikasda6af1a2021-05-13 17:06:23 -0700126protobufGradlePlugin = { module = "com.google.protobuf:protobuf-gradle-plugin", version = "0.8.16" }
Neda Topoljanac9a4b6822021-05-07 11:01:31 +0000127protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.10.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700128reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.0" }
129retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.7.2" }
Jelle Fresen0d4039d2021-05-24 17:33:29 +0100130robolectric = { module = "org.robolectric:robolectric", version = "4.5.1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700131rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.9" }
132rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.0.0" }
133shadow = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" }
134sqldelightAndroid = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }
135sqldelightCoroutinesExt = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
Aurimas Liutikas1a0e7b12021-05-04 12:55:40 -0700136sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.25.2" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700137testCore = { module = "androidx.test:core", version.ref = "androidxTest" }
138testExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidxTestExt" }
139testExtJunitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxTestExt" }
140testExtTruth = { module = "androidx.test.ext:truth", version.ref = "androidxTest" }
141testMonitor = { module = "androidx.test:monitor", version.ref = "androidxTest" }
142testRules = { module = "androidx.test:rules", version.ref = "androidxTest" }
143testRunner = { module = "androidx.test:runner", version.ref = "androidxTest" }
144testUiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" }
145truth = { module = "com.google.truth:truth", version = "1.0.1" }
146viewBinding = { module = "androidx.databinding:viewbinding", version = "4.1.2" }
147wireGradlePlugin = { module = "com.squareup.wire:wire-gradle-plugin", version.ref = "wire" }
148wireRuntime = { module = "com.squareup.wire:wire-runtime", version.ref = "wire" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700149xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" }
Yigit Boyar5cabf8f2021-05-20 12:06:55 -0700150xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" }