feat(build-logic): introduce versioning plugin

This commit is contained in:
Harsh Shandilya 2022-09-10 03:01:42 +05:30
parent 25b06edfa5
commit ad0c47786e
No known key found for this signature in database
5 changed files with 143 additions and 0 deletions

View file

@ -52,6 +52,7 @@ build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.grad
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.10.0"
build-semver = "com.vdurmont:semver4j:3.1.0"
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.1"
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.42.0"
coil = { module = "io.coil-kt:coil", version.ref = "coil" }