Skip to content

Commit

Permalink
[Gradle] - Sort project(':')-style dependencies pass 5/5
Browse files Browse the repository at this point in the history
This intends to put more emphasis on the
`implementation project(':base')` line in navigation/build.gradle.
  • Loading branch information
Cliabhach committed Oct 27, 2018
1 parent 154dc7d commit 471f10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion navigation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

dependencies {
api libs.design_support
implementation libs.glide

implementation project(':base')
implementation libs.constraint_layout
implementation libs.glide
}

0 comments on commit 471f10a

Please sign in to comment.