We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0500dd8 commit 37f61c3Copy full SHA for 37f61c3
build.gradle.kts
@@ -15,7 +15,7 @@ buildscript {
15
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
16
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.12.1")
17
classpath("com.google.dagger:hilt-android-gradle-plugin:${deps.daggerHilt.version}")
18
- classpath("com.github.ben-manes:gradle-versions-plugin:0.45.0")
+ classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
19
classpath("org.jacoco:org.jacoco.core:0.8.8")
20
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
21
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
0 commit comments