Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 1 | [versions] |
| 2 | # ----------------------------------------------------------------------------- |
| 3 | # All of the following should be updated in sync. |
| 4 | # ----------------------------------------------------------------------------- |
Alan Viverette | 4411aa1 | 2021-05-07 18:33:11 -0400 | [diff] [blame] | 5 | androidGradlePlugin = "7.0.0-alpha15" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 6 | # 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 |
Alan Viverette | 4411aa1 | 2021-05-07 18:33:11 -0400 | [diff] [blame] | 8 | androidLint = "30.0.0-alpha15" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 9 | # 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. |
Alan Viverette | 4411aa1 | 2021-05-07 18:33:11 -0400 | [diff] [blame] | 11 | androidStudio = "2020.3.1.15" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 12 | # ----------------------------------------------------------------------------- |
| 13 | |
Aurimas Liutikas | bc1dbeb | 2021-05-04 13:36:59 -0700 | [diff] [blame] | 14 | androidLintMin = "26.3.0" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 15 | androidxTest = "1.3.0" |
| 16 | androidxTestExt = "1.1.2" |
| 17 | autoService = "1.0-rc6" |
| 18 | autoValue = "1.6.3" |
| 19 | dexmaker = "2.25.0" |
| 20 | espresso = "3.3.0" |
Aurimas Liutikas | 18e766d | 2021-05-25 16:40:19 -0700 | [diff] [blame^] | 21 | hilt = "2.36" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 22 | incap = "0.2" |
Jim Sproch | a9e3f28 | 2021-05-24 17:18:38 -0700 | [diff] [blame] | 23 | kotlin = "1.5.10" |
Yigit Boyar | 5cabf8f | 2021-05-20 12:06:55 -0700 | [diff] [blame] | 24 | kotlinCompileTesting = "1.4.0" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 25 | kotlinCoroutines = "1.4.3" |
Yigit Boyar | 5cabf8f | 2021-05-20 12:06:55 -0700 | [diff] [blame] | 26 | ksp = "1.5.0-1.0.0-alpha10" |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 27 | leakcanary = "2.2" |
| 28 | mockito = "2.25.0" |
| 29 | sqldelight = "1.3.0" |
| 30 | wire = "3.6.0" |
| 31 | |
| 32 | [libraries] |
| 33 | androidGradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" } |
| 34 | androidLint = { module = "com.android.tools.lint:lint", version.ref = "androidLint" } |
Aurimas Liutikas | bc1dbeb | 2021-05-04 13:36:59 -0700 | [diff] [blame] | 35 | androidLintMin = { module = "com.android.tools.lint:lint", version.ref = "androidLintMin" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 36 | androidLintApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLint" } |
Aurimas Liutikas | bc1dbeb | 2021-05-04 13:36:59 -0700 | [diff] [blame] | 37 | androidLintMinApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLintMin" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 38 | androidLintTests = { module = "com.android.tools.lint:lint-tests", version.ref = "androidLint" } |
| 39 | autoCommon = { module = "com.google.auto:auto-common", version = "0.11" } |
| 40 | autoServiceAnnotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" } |
| 41 | autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" } |
| 42 | autoValue = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" } |
| 43 | autoValueAnnotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" } |
| 44 | autoValueParcel = { module = "com.ryanharter.auto.value:auto-value-parcel", version = "0.2.6" } |
| 45 | antlr4 = { module = "org.antlr:antlr4", version = "4.7.1" } |
| 46 | apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.10" } |
| 47 | assertj = { module = "org.assertj:assertj-core", version = "3.11.1" } |
| 48 | checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" } |
| 49 | dagger = { module = "com.google.dagger:dagger-compiler", version = "2.35" } |
| 50 | dexmakerMockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker" } |
| 51 | dexmakerMockitoInline = { module = "com.linkedin.dexmaker:dexmaker-mockito-inline", version.ref = "dexmaker" } |
| 52 | dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version = "4.1.1" } |
| 53 | dokkaGradlePlugin = { module = "org.jetbrains.dokka:dokka-android-gradle-plugin", version = "0.9.17-g014" } |
| 54 | espressoContrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" } |
| 55 | espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" } |
Aurimas Liutikas | a813506 | 2021-05-03 15:53:24 -0700 | [diff] [blame] | 56 | espressoIdlingNet = { module = "androidx.test.espresso.idling:idling-net", version.ref = "espresso" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 57 | espressoIdlingResource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" } |
| 58 | espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" } |
| 59 | espressoWeb = { module = "androidx.test.espresso:espresso-web", version.ref = "espresso" } |
| 60 | findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" } |
| 61 | firebaseAppindexing = { module = "com.google.firebase:firebase-appindexing", version = "19.2.0" } |
| 62 | hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } |
| 63 | hiltAndroidTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" } |
| 64 | hiltAndroidGradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" } |
| 65 | hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } |
| 66 | hiltCore = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } |
| 67 | intellijAnnotations = { module = "com.intellij:annotations", version = "12.0" } |
| 68 | javapoet = { module = "com.squareup:javapoet", version = "1.13.0" } |
| 69 | jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "3.1" } |
| 70 | jsr250 = { module = "javax.annotation:javax.annotation-api", version = "1.2" } |
| 71 | junit = { module = "junit:junit", version = "4.12" } |
| 72 | gcmNetworkManager = { module = "com.google.android.gms:play-services-gcm", version = "17.0.0" } |
| 73 | googleCompileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.18" } |
| 74 | gson = { module = "com.google.code.gson:gson", version = "2.8.0" } |
| 75 | guava = { module = "com.google.guava:guava", version = "29.0-jre" } |
| 76 | guavaAndroid = { module = "com.google.guava:guava", version = "29.0-android" } |
| 77 | guavaListenableFuture = { module = "com.google.guava:listenablefuture", version = "1.0" } |
| 78 | gradleIncapHelper = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" } |
| 79 | gradleIncapHelperProcessor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" } |
| 80 | kotlinAnnotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" } |
| 81 | kotlinCompilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" } |
| 82 | kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" } |
| 83 | kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" } |
| 84 | kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinCoroutines" } |
| 85 | kotlinCoroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" } |
| 86 | kotlinCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } |
| 87 | kotlinCoroutinesGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinCoroutines" } |
| 88 | kotlinCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" } |
| 89 | kotlinCoroutinesRx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinCoroutines" } |
| 90 | kotlinCoroutinesRx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "kotlinCoroutines" } |
| 91 | kotlinDaemonEmbeddable = { module = "org.jetbrains.kotlin:kotlin-daemon-embeddable", version.ref = "kotlin" } |
| 92 | kotlinMetadataJvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.2.0" } |
| 93 | kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } |
| 94 | kotlinStdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" } |
| 95 | kotlinStdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } |
| 96 | kotlinStdlibJs = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" } |
| 97 | kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } |
| 98 | kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } |
| 99 | kotlinTestAnnotationsCommon = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" } |
| 100 | kotlinTestCommon = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" } |
| 101 | kotlinTestJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } |
| 102 | kotlinTestJs = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" } |
| 103 | kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } |
Aurimas Liutikas | 3643bbc | 2021-05-24 14:47:26 -0700 | [diff] [blame] | 104 | kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.8.0" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 105 | ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" } |
| 106 | kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } |
| 107 | kspGradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" } |
| 108 | leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" } |
| 109 | leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" } |
| 110 | material = { module = "com.google.android.material:material", version = "1.2.1" } |
Aurimas Liutikas | e26aaba | 2021-05-24 16:38:00 -0700 | [diff] [blame] | 111 | mlkitBarcode = { module = "com.google.android.gms:play-services-mlkit-barcode-scanning", version = "16.1.4" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 112 | mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" } |
| 113 | mockitoAndroid = { module = "org.mockito:mockito-android", version.ref = "mockito" } |
| 114 | mockitoKotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version = "2.1.0" } |
| 115 | multidex = { module = "androidx.multidex:multidex", version = "2.0.1" } |
| 116 | nullaway = { module = "com.uber.nullaway:nullaway", version = "0.3.7" } |
| 117 | okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version = "3.14.7" } |
| 118 | playCore = { module = "com.google.android.play:core", version = "1.9.1" } |
| 119 | playServicesBase = { module = "com.google.android.gms:play-services-base", version = "17.0.0" } |
Neda Topoljanac | 086768b | 2021-05-14 19:32:59 +0000 | [diff] [blame] | 120 | playServicesBasement = { module = "com.google.android.gms:play-services-basement", version = "17.0.0" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 121 | protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.4.0" } |
| 122 | protobufCompiler = { module = "com.google.protobuf:protoc", version = "3.10.0" } |
Aurimas Liutikas | da6af1a | 2021-05-13 17:06:23 -0700 | [diff] [blame] | 123 | protobufGradlePlugin = { module = "com.google.protobuf:protobuf-gradle-plugin", version = "0.8.16" } |
Neda Topoljanac | 9a4b682 | 2021-05-07 11:01:31 +0000 | [diff] [blame] | 124 | protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.10.0" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 125 | reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.0" } |
| 126 | retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.7.2" } |
| 127 | robolectric = { module = "org.robolectric:robolectric", version = "4.4-alpha-2" } |
| 128 | rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.9" } |
| 129 | rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.0.0" } |
| 130 | shadow = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" } |
| 131 | sqldelightAndroid = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" } |
| 132 | sqldelightCoroutinesExt = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "sqldelight" } |
| 133 | testCore = { module = "androidx.test:core", version.ref = "androidxTest" } |
| 134 | testExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidxTestExt" } |
| 135 | testExtJunitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxTestExt" } |
| 136 | testExtTruth = { module = "androidx.test.ext:truth", version.ref = "androidxTest" } |
| 137 | testMonitor = { module = "androidx.test:monitor", version.ref = "androidxTest" } |
| 138 | testRules = { module = "androidx.test:rules", version.ref = "androidxTest" } |
| 139 | testRunner = { module = "androidx.test:runner", version.ref = "androidxTest" } |
| 140 | testUiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" } |
| 141 | truth = { module = "com.google.truth:truth", version = "1.0.1" } |
| 142 | viewBinding = { module = "androidx.databinding:viewbinding", version = "4.1.2" } |
| 143 | wireGradlePlugin = { module = "com.squareup.wire:wire-gradle-plugin", version.ref = "wire" } |
| 144 | wireRuntime = { module = "com.squareup.wire:wire-runtime", version.ref = "wire" } |
| 145 | xerial = { module = "org.xerial:sqlite-jdbc", version = "3.25.2" } |
| 146 | xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" } |
Yigit Boyar | 5cabf8f | 2021-05-20 12:06:55 -0700 | [diff] [blame] | 147 | xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" } |