Browse Source

Update dependency com.github.ben-manes:gradle-versions-plugin to v0.42.0

technical/upgrade-exoplayer
Renovate Bot 2 years ago
parent
commit
b2baea2b38
  1. 2
      build.gradle.kts

2
build.gradle.kts

@ -10,7 +10,7 @@ buildscript {
classpath("com.android.tools.build:gradle:7.2.2") classpath("com.android.tools.build:gradle:7.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21")
classpath("com.github.bjoernq:unmockplugin:0.7.9") classpath("com.github.bjoernq:unmockplugin:0.7.9")
classpath("com.github.ben-manes:gradle-versions-plugin:0.38.0") classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0")
classpath("org.jacoco:org.jacoco.core:0.8.7") classpath("org.jacoco:org.jacoco.core:0.8.7")
} }
} }

Loading…
Cancel
Save