Skip to content

Commit

Permalink
Remove unused dependency imports
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 18, 2022
1 parent 96431ee commit 7c083d5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion androidveil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'binary-compatibility-validator'
apply from: "$rootDir/dependencies.gradle"

ext {
PUBLISH_GROUP_ID = Configuration.artifactGroup
Expand Down
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import com.skydoves.androidveil.Dependencies

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$rootDir/dependencies.gradle"

android {
compileSdkVersion Configuration.compileSdk
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
apply plugin: 'org.jetbrains.dokka'

buildscript {
apply from: "$rootDir/dependencies.gradle"
repositories {
google()
mavenCentral()
Expand Down
1 change: 0 additions & 1 deletion spotless/spotless.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: "com.diffplug.spotless"
apply from: "$rootDir/dependencies.gradle"

spotless {
kotlin {
Expand Down

0 comments on commit 7c083d5

Please sign in to comment.