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 | |
| 14 | androidxTest = "1.3.0" |
| 15 | androidxTestExt = "1.1.2" |
| 16 | autoService = "1.0-rc6" |
| 17 | autoValue = "1.6.3" |
| 18 | dexmaker = "2.25.0" |
| 19 | espresso = "3.3.0" |
| 20 | hilt = "2.35" |
| 21 | incap = "0.2" |
| 22 | kotlin = "1.4.32" |
| 23 | kotlinCompileTesting = "1.3.6" |
| 24 | kotlinCoroutines = "1.4.3" |
| 25 | kotlinPoet = "1.4.0" |
| 26 | ksp = "1.4.32-1.0.0-alpha08" |
| 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" } |
| 35 | androidLintApi = { module = "com.android.tools.lint:lint-api", version.ref = "androidLint" } |
| 36 | androidLintTests = { module = "com.android.tools.lint:lint-tests", version.ref = "androidLint" } |
| 37 | autoCommon = { module = "com.google.auto:auto-common", version = "0.11" } |
| 38 | autoServiceAnnotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" } |
| 39 | autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" } |
| 40 | autoValue = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" } |
| 41 | autoValueAnnotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" } |
| 42 | autoValueParcel = { module = "com.ryanharter.auto.value:auto-value-parcel", version = "0.2.6" } |
| 43 | antlr4 = { module = "org.antlr:antlr4", version = "4.7.1" } |
| 44 | apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.10" } |
| 45 | assertj = { module = "org.assertj:assertj-core", version = "3.11.1" } |
| 46 | checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" } |
| 47 | dagger = { module = "com.google.dagger:dagger-compiler", version = "2.35" } |
| 48 | dexmakerMockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker" } |
| 49 | dexmakerMockitoInline = { module = "com.linkedin.dexmaker:dexmaker-mockito-inline", version.ref = "dexmaker" } |
| 50 | dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version = "4.1.1" } |
| 51 | dokkaGradlePlugin = { module = "org.jetbrains.dokka:dokka-android-gradle-plugin", version = "0.9.17-g014" } |
| 52 | espressoContrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" } |
| 53 | espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" } |
Aurimas Liutikas | a813506 | 2021-05-03 15:53:24 -0700 | [diff] [blame] | 54 | espressoIdlingNet = { module = "androidx.test.espresso.idling:idling-net", version.ref = "espresso" } |
Aurimas Liutikas | e1b8458 | 2021-04-23 14:17:30 -0700 | [diff] [blame] | 55 | espressoIdlingResource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" } |
| 56 | espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" } |
| 57 | espressoWeb = { module = "androidx.test.espresso:espresso-web", version.ref = "espresso" } |
| 58 | findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" } |
| 59 | firebaseAppindexing = { module = "com.google.firebase:firebase-appindexing", version = "19.2.0" } |
| 60 | hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } |
| 61 | hiltAndroidTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" } |
| 62 | hiltAndroidGradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" } |
| 63 | hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } |
| 64 | hiltCore = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } |
| 65 | intellijAnnotations = { module = "com.intellij:annotations", version = "12.0" } |
| 66 | javapoet = { module = "com.squareup:javapoet", version = "1.13.0" } |
| 67 | jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "3.1" } |
| 68 | jsr250 = { module = "javax.annotation:javax.annotation-api", version = "1.2" } |
| 69 | junit = { module = "junit:junit", version = "4.12" } |
| 70 | gcmNetworkManager = { module = "com.google.android.gms:play-services-gcm", version = "17.0.0" } |
| 71 | googleCompileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.18" } |
| 72 | gson = { module = "com.google.code.gson:gson", version = "2.8.0" } |
| 73 | guava = { module = "com.google.guava:guava", version = "29.0-jre" } |
| 74 | guavaAndroid = { module = "com.google.guava:guava", version = "29.0-android" } |
| 75 | guavaListenableFuture = { module = "com.google.guava:listenablefuture", version = "1.0" } |
| 76 | gradleIncapHelper = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" } |
| 77 | gradleIncapHelperProcessor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" } |
| 78 | kotlinAnnotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" } |
| 79 | kotlinCompilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" } |
| 80 | kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" } |
| 81 | kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" } |
| 82 | kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinCoroutines" } |
| 83 | kotlinCoroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" } |
| 84 | kotlinCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } |
| 85 | kotlinCoroutinesGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinCoroutines" } |
| 86 | kotlinCoroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" } |
| 87 | kotlinCoroutinesRx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinCoroutines" } |
| 88 | kotlinCoroutinesRx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "kotlinCoroutines" } |
| 89 | kotlinDaemonEmbeddable = { module = "org.jetbrains.kotlin:kotlin-daemon-embeddable", version.ref = "kotlin" } |
| 90 | kotlinMetadataJvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.2.0" } |
| 91 | kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } |
| 92 | kotlinStdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" } |
| 93 | kotlinStdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } |
| 94 | kotlinStdlibJs = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" } |
| 95 | kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } |
| 96 | kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } |
| 97 | kotlinTestAnnotationsCommon = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" } |
| 98 | kotlinTestCommon = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" } |
| 99 | kotlinTestJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } |
| 100 | kotlinTestJs = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" } |
| 101 | kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } |
| 102 | kotlinPoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinPoet" } |
| 103 | kotlinPoetMetadata = { module = "com.squareup:kotlinpoet-metadata", version.ref = "kotlinPoet" } |
| 104 | kotlinPoetMetadataSpecs = { module = "com.squareup:kotlinpoet-metadata-specs", version.ref = "kotlinPoet" } |
| 105 | kotlinPoetClassinspector = { module = "com.squareup:kotlinpoet-classinspector-elements", version.ref = "kotlinPoet" } |
| 106 | ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" } |
| 107 | kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } |
| 108 | kspGradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" } |
| 109 | leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" } |
| 110 | leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" } |
| 111 | material = { module = "com.google.android.material:material", version = "1.2.1" } |
| 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" } |
| 147 | xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" } |