Skip to content

Commit

Permalink
Remove dependency analysis plugin
Browse files Browse the repository at this point in the history
It was messing up with jitpack for some reason
  • Loading branch information
tfcporciuncula committed Mar 17, 2021
1 parent d8a9ced commit f873f6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
classpath "org.jmailen.gradle:kotlinter-gradle:$versions.kotlinter"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$versions.detekt"
classpath "com.autonomousapps:dependency-analysis-gradle-plugin:$versions.dependencyAnalysis"
}
}

apply plugin: "com.autonomousapps.dependency-analysis"

ext.buildConfig = [
'minSdk' : 14,
'compileSdk': 30,
Expand Down
1 change: 0 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ext.versions = [
],
],
'coroutines' : '1.4.3',
'dependencyAnalysis': '0.71.0',
'detekt' : '1.16.0',
'kotlin' : '1.4.31',
'kotlinter' : '3.3.0',
Expand Down

0 comments on commit f873f6c

Please sign in to comment.