Merge branch 'renovate/com.android.tools.build-gradle-7.x' into 'develop'

Update dependency com.android.tools.build:gradle to v7.0.4

See merge request funkwhale/funkwhale-android!115
This commit is contained in:
Ryan Harg 2021-12-24 20:54:53 +00:00
commit 23084cae4e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.2")
classpath("com.android.tools.build:gradle:7.0.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("com.github.bjoernq:unmockplugin:${Versions.unmock}")
classpath("com.github.ben-manes:gradle-versions-plugin:${Versions.gradleDependencyPlugin}")