Skip to content

Commit

Permalink
remove duplicate dependency references
Browse files Browse the repository at this point in the history
  • Loading branch information
jairrab committed Oct 7, 2019
1 parent 1dec182 commit 67e1269
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {

implementation "io.reactivex.rxjava2:rxandroid:$rootProject.rxandroid_version"

debugImplementation "com.squareup.leakcanary:leakcanary-android:$rootProject.leakcanary_version"
//debugImplementation "com.squareup.leakcanary:leakcanary-android:$rootProject.leakcanary_version"

implementation project(':presentation')
implementation project(':Domain')
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ buildscript {
constraint_layout_version = '1.1.3'
cardview_version = '1.0.0'
nav_fragment_version = '2.2.0-alpha03'
nav_fragment_version = '2.2.0-alpha03'

//3rd Party Libraries
javax_inject_version = '1'
Expand Down

0 comments on commit 67e1269

Please sign in to comment.