We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89704b0 commit fb5ec42Copy full SHA for fb5ec42
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
classpath deps.kotlinGradlePlugin
9
// We don't use this dependency directly. However, we reference a type from the Kotlin Gradle
10
// plugin whose classloading causes com.android.build.gradle.api.BaseVariant to also be loaded.
11
- classpath 'com.android.tools.build:gradle:4.2.0'
+ classpath 'com.android.tools.build:gradle:7.2.2'
12
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.13.0'
13
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.7.10'
14
}
0 commit comments