File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ buildscript {
14
14
maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
15
15
}
16
16
dependencies {
17
- classpath(" com.android.tools.build:gradle:7.4.0 " )
17
+ classpath(" com.android.tools.build:gradle:7.4.1 " )
18
18
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
19
19
classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.14.0" )
20
20
classpath(" dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0" )
21
21
classpath(" org.jacoco:org.jacoco.core:0.8.8" )
22
22
classpath(" com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT" )
23
- classpath(" com.github.ben-manes:gradle-versions-plugin:0.44 .0" )
23
+ classpath(" com.github.ben-manes:gradle-versions-plugin:0.45 .0" )
24
24
}
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments