@@ -186,11 +186,7 @@ ext {
186186 dependencyGraph : ' 0.5.0' ,
187187 dependencyUpdates : ' 0.29.0' ,
188188 kotlin : kotlinVersion,
189- license : ' 0.8.80' ,
190- // Used by license. Add this dependency explicitly,
191- // because the version used by license has been removed from the repository.
192- // This dependency may be removed when we bump license version.
193- kotlinHtmlJvm : ' 0.7.2' ,
189+ license : ' 0.8.91' ,
194190 jacoco : ' 0.2' ,
195191 googleServices : ' 4.3.3' ,
196192 mapboxSdkVersions : ' 1.1.3' ,
@@ -206,10 +202,6 @@ ext {
206202 kotlin : " org.jetbrains.kotlin:kotlin-gradle-plugin:${ pluginVersion.kotlin} " ,
207203 checkstyle : " com.puppycrawl.tools:checkstyle:${ pluginVersion.checkstyle} " ,
208204 license : " com.jaredsburrows:gradle-license-plugin:${ pluginVersion.license} " ,
209- // Used by license. Add this dependency explicitly,
210- // because the version used by license has been removed from the repository.
211- // This dependency may be removed when we bump license version.
212- kotlinHtmlJvm : " org.jetbrains.kotlinx:kotlinx-html-jvm:${ pluginVersion.kotlinHtmlJvm} " ,
213205 dependencyGraph : " com.vanniktech:gradle-dependency-graph-generator-plugin:${ pluginVersion.dependencyGraph} " ,
214206 dependencyUpdates : " com.github.ben-manes:gradle-versions-plugin:${ pluginVersion.dependencyUpdates} " ,
215207 jacoco : " com.hiya:jacoco-android:${ pluginVersion.jacoco} " ,
0 commit comments