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

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

See merge request funkwhale/funkwhale-android!216
This commit is contained in:
Ryan Harg 2022-10-03 10:39:02 +00:00
commit 0e7994ec4d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.2.2")
classpath("com.android.tools.build:gradle:7.3.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("com.github.bjoernq:unmockplugin:0.7.9")
classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0")