Skip to content

Commit 70936dc

Browse files
authored
Merge pull request #182 from Kotlin-Android-Open-Source/renovate/all-deps
fix(deps): update all dependencies
2 parents ea90d5c + f494bfb commit 70936dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ buildscript {
1414
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
1515
}
1616
dependencies {
17-
classpath("com.android.tools.build:gradle:7.4.0")
17+
classpath("com.android.tools.build:gradle:7.4.1")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1919
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.14.0")
2020
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
2121
classpath("org.jacoco:org.jacoco.core:0.8.8")
2222
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")
2424
}
2525
}
2626

0 commit comments

Comments
 (0)