Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Manrique committed Oct 27, 2024
1 parent ef6f996 commit 1b239d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ espressoCoreVersion = "3.6.1"
[libraries]
awaitility-kotlin = { module = "org.awaitility:awaitility-kotlin", version.ref = "awaitilityKotlin" }
gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "android-application" }
agp = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version = "kotlin" }
agp = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin" }
hilt-android-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
jacoco-org-jacoco-ant = { module = "org.jacoco:org.jacoco.ant", version.ref = "jacoco" }
kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk7", version.ref = "kotlin" }
Expand Down

0 comments on commit 1b239d6

Please sign in to comment.