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

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

See merge request funkwhale/funkwhale-android!152
This commit is contained in:
Ryan Harg 2022-04-13 11:14:01 +00:00
commit d924d510ba
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.2")
classpath("com.android.tools.build:gradle:7.1.3")
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}")