Skip to content

Commit fb5ec42

Browse files
dependabot[bot]JakeWharton
authored andcommitted
Bump gradle from 4.2.0 to 7.2.2
Bumps gradle from 4.2.0 to 7.2.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89704b0 commit fb5ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
classpath deps.kotlinGradlePlugin
99
// We don't use this dependency directly. However, we reference a type from the Kotlin Gradle
1010
// plugin whose classloading causes com.android.build.gradle.api.BaseVariant to also be loaded.
11-
classpath 'com.android.tools.build:gradle:4.2.0'
11+
classpath 'com.android.tools.build:gradle:7.2.2'
1212
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.13.0'
1313
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.7.10'
1414
}

0 commit comments

Comments
 (0)