Merge branch 'renovate/org.jetbrains.kotlin-kotlin-gradle-plugin-1.x' into 'develop'

Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.7.21

See merge request funkwhale/funkwhale-android!241
This commit is contained in:
Ryan Harg 2022-11-22 09:16:10 +00:00
commit 234b4d79dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
classpath("com.github.bjoernq:unmockplugin:0.7.9")
classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0")
classpath("org.jacoco:org.jacoco.core:0.8.8")