Skip to content

Commit

Permalink
Downgrade Android gradle plugin, too
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Feb 14, 2022
1 parent 9804d8c commit 83166d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10"
Expand Down

0 comments on commit 83166d6

Please sign in to comment.