diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-10 18:43:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-15 23:58:23 +0530 |
commit | cbadee43cd0cd3b1cd99d5cbcb271f27cbf13dd4 (patch) | |
tree | fdb22e27359a8d2fb9bc71efafd3cfd39de8634d /gradle | |
parent | 96a9211f9eeb2bb12fb5cc745f7955dfda95014b (diff) |
gradle: add all deps
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index baa6df1d..3827cb12 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,6 +12,15 @@ lifecycle = "2.4.0" [libraries] # Plugins and other build tooling +build-agp = "com.android.tools.build:gradle:7.0.3" +build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0" +build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.5.31" +build-download = "de.undercouch:gradle-download-task:4.1.2" +build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.39.1" +build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31" +build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0" +build-okhttp = "com.squareup.okhttp3:okhttp:4.9.0" +build-semver = "com.vdurmont:semver4j:3.1.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:5.16.0" # Kotlin dependencies |