diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-11 00:12:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 00:12:54 +0530 |
commit | 7d39bc0ae201361eb787055ccb0d5edcb31f83a2 (patch) | |
tree | f1f7154a7ecf17acd2bb45ed8735a4750203d0c7 /gradle | |
parent | b59c4f068cd9f4791a78d94c3c75f7484423f977 (diff) |
Miscellaneous build and CI cleanups (#1587)
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 59a80c93..aa34f38a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -67,6 +67,8 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } +build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.0" + build-download = "de.undercouch:gradle-download-task:4.1.2" build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.5" @@ -77,6 +79,8 @@ dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0" testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } +build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0" + build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3" build-semver = "com.vdurmont:semver4j:3.1.0" |