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