File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ buildscript {
13
13
maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
14
14
}
15
15
dependencies {
16
- classpath(" com.android.tools.build:gradle:7.0.3 " )
16
+ classpath(" com.android.tools.build:gradle:7.0.4 " )
17
17
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
18
- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.0.2 " )
18
+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.0.4 " )
19
19
classpath(" dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0" )
20
20
classpath(" org.jacoco:org.jacoco.core:0.8.7" )
21
21
classpath(" com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.gradle.kotlin.dsl.project
6
6
import org.gradle.plugin.use.PluginDependenciesSpec
7
7
import org.gradle.plugin.use.PluginDependencySpec
8
8
9
- const val ktlintVersion = " 0.43.0 "
9
+ const val ktlintVersion = " 0.43.2 "
10
10
const val kotlinVersion = " 1.5.31"
11
11
12
12
object appConfig {
You can’t perform that action at this time.
0 commit comments