Skip to content

Commit

Permalink
changes version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs committed Oct 23, 2023
1 parent 28fb51a commit be770e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ chucker = "4.0.0"
ksp = "1.8.20-1.0.11"
androidxComposeBom = "2023.09.00"
remote_config = "21.4.1"
detekt = "1.19.0"
klint = "11.6.1"
spotless = "6.4.2"

[libraries]
android-appCompat = "androidx.appcompat:appcompat:1.6.1"
Expand Down Expand Up @@ -123,15 +126,15 @@ test = ["junit4", "test-junit-ktx"]
[plugins]
android-application = { id = "com.android.application", version.ref = "gradleplugin" }
android-library = { id = "com.android.library", version.ref = "gradleplugin" }
detekt = "io.gitlab.arturbosch.detekt:1.19.0"
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
hilt-plugin = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
spotless = "com.diffplug.spotless:6.4.2"
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
toml-checker = "com.github.ben-manes.versions:0.42.0"
toml-updater = "nl.littlerobots.version-catalog-update:0.3.1"
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
jlleitschuh = "org.jlleitschuh.gradle.ktlint: 11.6.1"
jlleitschuh = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "klint" }

# Convention plugins defined in the project
droidconke-android-library = { id = "droidconke.android.library", version = "unspecified" }
Expand Down

0 comments on commit be770e2

Please sign in to comment.