refactor: replace semver4j with jsemver

This commit is contained in:
Harsh Shandilya 2024-01-27 12:55:18 +05:30
parent ad2582a28e
commit 0e5caf591a
3 changed files with 15 additions and 15 deletions

View file

@ -57,7 +57,7 @@ androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:3.0"
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-semver = "com.vdurmont:semver4j:3.1.0"
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0"
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
coil = { module = "io.coil-kt:coil", version.ref = "coil" }