Skip to content

Commit

Permalink
Adding module graph gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Jul 25, 2020
1 parent cd1e059 commit 2f3ffb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ buildscript {
maven {
url 'https://maven.fabric.io/public'
}
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
Expand All @@ -50,9 +51,12 @@ buildscript {
classpath 'com.google.gms:google-services:3.1.2'
classpath 'com.google.firebase:firebase-plugins:1.1.2'
classpath 'io.fabric.tools:gradle:1.25.4'
classpath "com.savvasdalkitsis:module-dependency-graph:0.3"
}
}

apply plugin: "com.savvasdalkitsis.module-dependency-graph"

allprojects {
repositories {
mavenLocal()
Expand Down

0 comments on commit 2f3ffb5

Please sign in to comment.