blob: a45cf786bf7f464114ef27dbc3da358ec4933a04 [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 Liutikase1b84582021-04-23 14:17:30 -070015androidxTest = "1.3.0"
16androidxTestExt = "1.1.2"
17autoService = "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 Boyar5cabf8f2021-05-20 12:06:55 -070024kotlinCompileTesting = "1.4.0"
Aurimas Liutikase1b84582021-04-23 14:17:30 -070025kotlinCoroutines = "1.4.3"
Yigit Boyar5cabf8f2021-05-20 12:06:55 -070026ksp = "1.5.0-1.0.0-alpha10"
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 Liutikase1b84582021-04-23 14:17:30 -070038androidLintTests = { module = "com.android.tools.lint:lint-tests", version.ref = "androidLint" }
39autoCommon = { module = "com.google.auto:auto-common", version = "0.11" }
40autoServiceAnnotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
41autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
42autoValue = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" }
43autoValueAnnotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" }
44autoValueParcel = { module = "com.ryanharter.auto.value:auto-value-parcel", version = "0.2.6" }
45antlr4 = { module = "org.antlr:antlr4", version = "4.7.1" }
46apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.10" }
47assertj = { module = "org.assertj:assertj-core", version = "3.11.1" }
48checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" }
49dagger = { module = "com.google.dagger:dagger-compiler", version = "2.35" }
50dexmakerMockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker" }
51dexmakerMockitoInline = { module = "com.linkedin.dexmaker:dexmaker-mockito-inline", version.ref = "dexmaker" }
52dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version = "4.1.1" }
53dokkaGradlePlugin = { module = "org.jetbrains.dokka:dokka-android-gradle-plugin", version = "0.9.17-g014" }
54espressoContrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
55espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
Aurimas Liutikasa8135062021-05-03 15:53:24 -070056espressoIdlingNet = { module = "androidx.test.espresso.idling:idling-net", version.ref = "espresso" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -070057espressoIdlingResource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" }
58espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" }
59espressoWeb = { module = "androidx.test.espresso:espresso-web", version.ref = "espresso" }
60findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
61firebaseAppindexing = { module = "com.google.firebase:firebase-appindexing", version = "19.2.0" }
62hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
63hiltAndroidTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
64hiltAndroidGradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
65hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
66hiltCore = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
67intellijAnnotations = { module = "com.intellij:annotations", version = "12.0" }
68javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
69jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "3.1" }
70jsr250 = { module = "javax.annotation:javax.annotation-api", version = "1.2" }
71junit = { module = "junit:junit", version = "4.12" }
72gcmNetworkManager = { module = "com.google.android.gms:play-services-gcm", version = "17.0.0" }
73googleCompileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.18" }
74gson = { module = "com.google.code.gson:gson", version = "2.8.0" }
75guava = { module = "com.google.guava:guava", version = "29.0-jre" }
76guavaAndroid = { module = "com.google.guava:guava", version = "29.0-android" }
77guavaListenableFuture = { module = "com.google.guava:listenablefuture", version = "1.0" }
78gradleIncapHelper = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" }
79gradleIncapHelperProcessor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" }
80kotlinAnnotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
81kotlinCompilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
82kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" }
83kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" }
84kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinCoroutines" }
85kotlinCoroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" }
86kotlinCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
87kotlinCoroutinesGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinCoroutines" }
88kotlinCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
89kotlinCoroutinesRx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinCoroutines" }
90kotlinCoroutinesRx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "kotlinCoroutines" }
91kotlinDaemonEmbeddable = { module = "org.jetbrains.kotlin:kotlin-daemon-embeddable", version.ref = "kotlin" }
92kotlinMetadataJvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.2.0" }
93kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
94kotlinStdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
95kotlinStdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
96kotlinStdlibJs = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" }
97kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
98kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
99kotlinTestAnnotationsCommon = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
100kotlinTestCommon = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
101kotlinTestJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
102kotlinTestJs = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
103kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Aurimas Liutikas3643bbc2021-05-24 14:47:26 -0700104kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.8.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700105ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
106kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
107kspGradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
108leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
109leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" }
110material = { module = "com.google.android.material:material", version = "1.2.1" }
Aurimas Liutikase26aaba2021-05-24 16:38:00 -0700111mlkitBarcode = { module = "com.google.android.gms:play-services-mlkit-barcode-scanning", version = "16.1.4" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700112mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" }
113mockitoAndroid = { module = "org.mockito:mockito-android", version.ref = "mockito" }
114mockitoKotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version = "2.1.0" }
115multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
116nullaway = { module = "com.uber.nullaway:nullaway", version = "0.3.7" }
117okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version = "3.14.7" }
118playCore = { module = "com.google.android.play:core", version = "1.9.1" }
119playServicesBase = { module = "com.google.android.gms:play-services-base", version = "17.0.0" }
Neda Topoljanac086768b2021-05-14 19:32:59 +0000120playServicesBasement = { module = "com.google.android.gms:play-services-basement", version = "17.0.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700121protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.4.0" }
122protobufCompiler = { module = "com.google.protobuf:protoc", version = "3.10.0" }
Aurimas Liutikasda6af1a2021-05-13 17:06:23 -0700123protobufGradlePlugin = { module = "com.google.protobuf:protobuf-gradle-plugin", version = "0.8.16" }
Neda Topoljanac9a4b6822021-05-07 11:01:31 +0000124protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.10.0" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700125reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.0" }
126retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.7.2" }
Jelle Fresen0d4039d2021-05-24 17:33:29 +0100127robolectric = { module = "org.robolectric:robolectric", version = "4.5.1" }
Aurimas Liutikase1b84582021-04-23 14:17:30 -0700128rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.9" }
129rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.0.0" }
130shadow = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" }
131sqldelightAndroid = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }
132sqldelightCoroutinesExt = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
133testCore = { module = "androidx.test:core", version.ref = "androidxTest" }
134testExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidxTestExt" }
135testExtJunitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxTestExt" }
136testExtTruth = { module = "androidx.test.ext:truth", version.ref = "androidxTest" }
137testMonitor = { module = "androidx.test:monitor", version.ref = "androidxTest" }
138testRules = { module = "androidx.test:rules", version.ref = "androidxTest" }
139testRunner = { module = "androidx.test:runner", version.ref = "androidxTest" }
140testUiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" }
141truth = { module = "com.google.truth:truth", version = "1.0.1" }
142viewBinding = { module = "androidx.databinding:viewbinding", version = "4.1.2" }
143wireGradlePlugin = { module = "com.squareup.wire:wire-gradle-plugin", version.ref = "wire" }
144wireRuntime = { module = "com.squareup.wire:wire-runtime", version.ref = "wire" }
145xerial = { module = "org.xerial:sqlite-jdbc", version = "3.25.2" }
146xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" }
Yigit Boyar5cabf8f2021-05-20 12:06:55 -0700147xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" }