summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-29 15:24:31 +0530
committerGitHub <noreply@github.com>2021-07-29 09:54:31 +0000
commit403bb383b5caa23bbb14f4e59e2727ae70ed2283 (patch)
tree889bff20fed7f8c3dbaab2d00cd7e8186cb27058 /gradle
parent1172c3734fe68fed9d16c93175a5b1940f103b69 (diff)
Upgrade to AGP 7.0.0 (#1474)
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 2ee61a64..fafa15aa 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -10,18 +10,6 @@ kotlin = "1.5.21"
lifecycle = "2.4.0-alpha02"
[libraries]
-# buildSrc dependencies
-androidGradlePlugin = "com.android.tools.build:gradle:4.2.2"
-binaryCompatibilityValidator = "org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0"
-dokkaPlugin = "org.jetbrains.dokka:dokka-gradle-plugin:1.5.0"
-downloadTaskPlugin = "de.undercouch:gradle-download-task:4.1.2"
-hiltGradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
-mavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.17.0"
-okhttp = "com.squareup.okhttp3:okhttp:4.9.0"
-semver4j = "com.vdurmont:semver4j:3.1.0"
-spotlessGradlePlugin = "com.diffplug.spotless:spotless-plugin-gradle:5.14.2"
-
# Kotlin dependencies
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }